Searched refs:type_if (Results 1 – 1 of 1) sorted by relevance
/external/clang/INPUTS/ |
D | c99-intconst-1.c | 26 #define type_if(T, E) type_if_not(T, !(E)) macro 41 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \ 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))), \ 54 type_if(T4, (!(E1) && !(E2) && !(E3) && (E4)))) [all …]
|