Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-05-10 08:48:18

0001 #ifndef ISL_MAYBE_H
0002 #define ISL_MAYBE_H
0003 
0004 #define ISL_xMAYBE(TYPE)    isl_maybe_ ## TYPE
0005 #define ISL_MAYBE(TYPE)     ISL_xMAYBE(TYPE)
0006 
0007 #endif