Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dformat.h35 #define type_if_not(T, E) __typeof__(0 ? (T *)0 : (void *)(E)) macro
38 #define type_if(T, E) type_if_not(T, !(E))
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
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))