Searched refs:type_comb2 (Results 1 – 1 of 1) sorted by relevance
/external/clang/INPUTS/ |
D | c99-intconst-1.c | 29 #define type_comb2(T1, T2) __typeof__(0 ? (T1)0 : (T2)0) macro 30 #define type_comb3(T1, T2, T3) type_comb2(T1, type_comb2(T2, T3)) 32 type_comb2(T1, type_comb2(T2, type_comb2(T3, T4))) 34 type_comb2(T1, \ 35 type_comb2(T2, \ 36 type_comb2(T3, \ 37 type_comb2(T4, \ 38 type_comb2(T5, T6))))) 41 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \
|