Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dformat.h38 #define type_if(T, E) type_if_not(T, !(E)) macro
44 #define maybe_int_ptr type_if(int, sizeof(int) == sizeof(llong))
45 #define maybe_uint_ptr type_if(unsigned int, sizeof(unsigned int) == sizeof(ullong))
46 #define maybe_long_ptr type_if(long, sizeof(long) == sizeof(llong) && sizeof(long) > sizeof(int))
47 #define maybe_ulong_ptr type_if(unsigned long, sizeof(unsigned long) == sizeof(ullong) && sizeof(un…
48 #define maybe_long_long_ptr type_if(llong, sizeof(llong) > sizeof(long))
49 #define maybe_ulong_long_ptr type_if(ullong, sizeof(ullong) > sizeof(unsigned long))
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc99-intconst-1.c26 #define type_if(T, E) type_if_not(T, !(E)) macro
42 type_if(T2, (!(E1) && (E2))))
45 type_comb3(type_if(T1, (E1)), \
46 type_if(T2, (!(E1) && (E2))), \
47 type_if(T3, (!(E1) && !(E2) && (E3))))
51 type_comb4(type_if(T1, (E1)), \
52 type_if(T2, (!(E1) && (E2))), \
53 type_if(T3, (!(E1) && !(E2) && (E3))), \
58 type_comb6(type_if(T1, (E1)), \
59 type_if(T2, (!(E1) && (E2))), \
[all …]
H A Dc90-intconst-1.c26 #define type_if(T, E) type_if_not(T, !(E)) macro
35 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \
36 type_if(T2, (!(E1) && (E2))))
39 type_comb3(type_if(T1, (E1)), \
40 type_if(T2, (!(E1) && (E2))), \
41 type_if(T3, (!(E1) && !(E2) && (E3))))
45 type_comb4(type_if(T1, (E1)), \
46 type_if(T2, (!(E1) && (E2))), \
47 type_if(T3, (!(E1) && !(E2) && (E3))), \
48 type_if(T4, (!(E1) && !(E2) && !(E3) && (E4))))