/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | InstrDocsEmitter.cpp | 106 #define FLAG(f) \ in EmitInstrDocs() macro 110 FLAG(isReturn) in EmitInstrDocs() 111 FLAG(isEHScopeReturn) in EmitInstrDocs() 112 FLAG(isBranch) in EmitInstrDocs() 113 FLAG(isIndirectBranch) in EmitInstrDocs() 114 FLAG(isCompare) in EmitInstrDocs() 115 FLAG(isMoveImm) in EmitInstrDocs() 116 FLAG(isBitcast) in EmitInstrDocs() 117 FLAG(isSelect) in EmitInstrDocs() 118 FLAG(isBarrier) in EmitInstrDocs() [all …]
|
/freebsd/lib/lib80211/ |
H A D | lib80211_regdomain.c | 182 #define FLAG(x) { #x, sizeof(#x)-1, x } in decode_flag() macro 183 FLAG(IEEE80211_CHAN_A), in decode_flag() 184 FLAG(IEEE80211_CHAN_B), in decode_flag() 185 FLAG(IEEE80211_CHAN_G), in decode_flag() 186 FLAG(IEEE80211_CHAN_HT20), in decode_flag() 187 FLAG(IEEE80211_CHAN_HT40), in decode_flag() 188 FLAG(IEEE80211_CHAN_VHT20), in decode_flag() 189 FLAG(IEEE80211_CHAN_VHT40), in decode_flag() 190 FLAG(IEEE80211_CHAN_VHT80), in decode_flag() 191 FLAG(IEEE80211_CHAN_VHT160), in decode_flag() [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 141 #define FLAG(Name) \ in printPEHeader() macro 144 FLAG(HIGH_ENTROPY_VA); in printPEHeader() 145 FLAG(DYNAMIC_BASE); in printPEHeader() 146 FLAG(FORCE_INTEGRITY); in printPEHeader() 147 FLAG(NX_COMPAT); in printPEHeader() 148 FLAG(NO_ISOLATION); in printPEHeader() 149 FLAG(NO_SEH); in printPEHeader() 150 FLAG(NO_BIND); in printPEHeader() 151 FLAG(APPCONTAINER); in printPEHeader() 152 FLAG(WDM_DRIVE in printPEHeader() 778 #define FLAG( printPrivateHeaders() macro [all...] |
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TextNodeDumper.cpp | 2432 #define FLAG(fn, name) \ in VisitCXXRecordDecl() macro 2435 FLAG(isParsingBaseSpecifiers, parsing_base_specifiers); in VisitCXXRecordDecl() 2437 FLAG(isGenericLambda, generic); in VisitCXXRecordDecl() 2438 FLAG(isLambda, lambda); in VisitCXXRecordDecl() 2440 FLAG(isAnonymousStructOrUnion, is_anonymous); in VisitCXXRecordDecl() 2441 FLAG(canPassInRegisters, pass_in_registers); in VisitCXXRecordDecl() 2442 FLAG(isEmpty, empty); in VisitCXXRecordDecl() 2443 FLAG(isAggregate, aggregate); in VisitCXXRecordDecl() 2444 FLAG(isStandardLayout, standard_layout); in VisitCXXRecordDecl() 2445 FLAG(isTriviallyCopyable, trivially_copyable); in VisitCXXRecordDecl() [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/preprocessor/ |
H A D | tst.ifndef.d | 38 #ifndef FLAG 39 #define FLAG macro 42 #if defined (FLAG)
|
H A D | tst.preexpif.d | 38 #define FLAG 1 macro 39 #if defined (FLAG)
|
H A D | tst.preexpifelse.d | 38 #define FLAG 1 macro 39 #if defined (FLAG)
|
H A D | tst.predicatedeclare.d | 42 #if !defined (FLAG)
|
H A D | tst.withinprobe.d | 44 #if !defined (FLAG)
|
H A D | err.D_IDENT_UNDEF.afterprobe.d | 49 #if !defined (FLAG)
|
H A D | err.ifdefnotendif.d | 37 #if !defined (FLAG)
|
H A D | tst.preexpelse.d | 38 #if defined (FLAG)
|
H A D | tst.ifnotdef.d | 38 #if !defined (FLAG)
|
H A D | err.ifdefelsenotendif.d | 38 #if !defined (FLAG)
|
H A D | tst.ifdef.d | 38 #if defined (FLAG)
|
H A D | tst.logicaland.d | 38 #if !defined (FLAG) && !defined(STATUS)
|
H A D | tst.logicalor.d | 38 #if !defined (FLAG) || !defined(STATUS)
|
H A D | tst.logicalandor.d | 38 #if !defined (FLAG) || !defined(STATUS) && !defined(STATE)
|
/freebsd/contrib/libedit/ |
H A D | makelist | 47 FLAG="$1" 52 case $FLAG in
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_atomic.cpp | 761 #define OP_GOMP_CRITICAL(OP, FLAG) \ argument 762 if ((FLAG) && (__kmp_atomic_mode == 2)) { \ 768 #define OP_UPDATE_GOMP_CRITICAL(TYPE, OP, FLAG) \ argument 769 if ((FLAG) && (__kmp_atomic_mode == 2)) { \ 775 #define OP_GOMP_CRITICAL(OP, FLAG) argument 776 #define OP_UPDATE_GOMP_CRITICAL(TYPE, OP, FLAG) argument 1146 #define GOMP_MIN_MAX_CRITSECT(OP, FLAG) \ argument 1147 if ((FLAG) && (__kmp_atomic_mode == 2)) { \ 1153 #define GOMP_MIN_MAX_CRITSECT(OP, FLAG) 1427 #define OP_GOMP_CRITICAL_REV(TYPE, OP, FLAG) \ argument [all …]
|
/freebsd/sys/contrib/x86emu/ |
H A D | x86emu_regs.h | 123 #define CONDITIONAL_SET_FLAG(COND,FLAG) \ argument 124 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | t-lockfile-0.sh | 35 while getopts 2a: FLAG 37 case "${FLAG}" in
|
H A D | t-maplock-0.sh | 48 while getopts l:m:t: FLAG 50 case "${FLAG}" in
|
/freebsd/sys/contrib/libsodium/m4/ |
H A D | ax_check_link_flag.m4 | 7 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) 11 # Check whether the given FLAG works with the linker or gives an error. 19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
|
H A D | ax_check_compile_flag.m4 | 7 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS]) 11 # Check whether the given FLAG works with the current language's compiler 19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
|