Searched refs:type_if (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/INPUTS/ |
| H A 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 …]
|
| /netbsd-src/sys/arch/x68k/include/ |
| H A D | bootinfo.h | 75 #define X68K_MAKESCSIBOOTDEV(major, type_if, unit_if, scsi_id, lun, part) \ argument 76 MAKEBOOTDEV(major, type_if, unit_if, scsi_id, ((lun) << 4) | (part))
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/text/ |
| H A D | templates.cpp | 78 type_if, enumerator 132 "if", type_descriptor(type_if, 1))); in generate_types_map() 357 case statement_def::type_if: { in handle_normal() 422 case statement_def::type_if: in handle_skip()
|