Searched refs:type_if_not (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbinary-constants-1.c24 #define type_if_not(T, E) __typeof__(0 ? (T *)0 : (void *)(E)) macro
27 #define type_if(T, E) type_if_not(T, !(E))
H A Dc90-intconst-1.c23 #define type_if_not(T, E) __typeof__(0 ? (T *)0 : (void *)(E)) macro
26 #define type_if(T, E) type_if_not(T, !(E))
H A Dc99-intconst-1.c23 #define type_if_not(T, E) __typeof__(0 ? (T *)0 : (void *)(E)) macro
26 #define type_if(T, E) type_if_not(T, !(E))

Completed in 42 milliseconds