Home
last modified time | relevance | path

Searched refs:FLAG (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp106 #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 Dlib80211_regdomain.c182 #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 DCOFFDump.cpp141 #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 DTextNodeDumper.cpp2432 #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 Dtst.ifndef.d38 #ifndef FLAG
39 #define FLAG macro
42 #if defined (FLAG)
H A Dtst.preexpif.d38 #define FLAG 1 macro
39 #if defined (FLAG)
H A Dtst.preexpifelse.d38 #define FLAG 1 macro
39 #if defined (FLAG)
H A Dtst.predicatedeclare.d42 #if !defined (FLAG)
H A Dtst.withinprobe.d44 #if !defined (FLAG)
H A Derr.D_IDENT_UNDEF.afterprobe.d49 #if !defined (FLAG)
H A Derr.ifdefnotendif.d37 #if !defined (FLAG)
H A Dtst.preexpelse.d38 #if defined (FLAG)
H A Dtst.ifnotdef.d38 #if !defined (FLAG)
H A Derr.ifdefelsenotendif.d38 #if !defined (FLAG)
H A Dtst.ifdef.d38 #if defined (FLAG)
H A Dtst.logicaland.d38 #if !defined (FLAG) && !defined(STATUS)
H A Dtst.logicalor.d38 #if !defined (FLAG) || !defined(STATUS)
H A Dtst.logicalandor.d38 #if !defined (FLAG) || !defined(STATUS) && !defined(STATE)
/freebsd/contrib/libedit/
H A Dmakelist47 FLAG="$1"
52 case $FLAG in
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.cpp761 #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 Dx86emu_regs.h123 #define CONDITIONAL_SET_FLAG(COND,FLAG) \ argument
124 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
/freebsd/contrib/sendmail/libsmutil/
H A Dt-lockfile-0.sh35 while getopts 2a: FLAG
37 case "${FLAG}" in
H A Dt-maplock-0.sh48 while getopts l:m:t: FLAG
50 case "${FLAG}" in
/freebsd/sys/contrib/libsodium/m4/
H A Dax_check_link_flag.m47 # 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 Dax_check_compile_flag.m47 # 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

12