Searched refs:FLAG (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/preprocessor/
H A Dtst.ifndef.d38 #ifndef FLAG
39 #define FLAG
42 #if defined (FLAG)
H A Dtst.preexpifelse.d38 #define FLAG 1
39 #if defined (FLAG)
H A Dtst.preexpif.d38 #define FLAG 1
39 #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.predicatedeclare.d42 #if !defined (FLAG)
H A Dtst.withinprobe.d44 #if !defined (FLAG)
H A Dtst.logicalandor.d38 #if !defined (FLAG) || !defined(STATUS) && !defined(STATE)
H A Dtst.logicaland.d38 #if !defined (FLAG) && !defined(STATUS)
H A Dtst.logicalor.d38 #if !defined (FLAG) || !defined(STATUS)
H A Dtst.ifnotdef.d38 #if !defined (FLAG)
H A Derr.ifdefelsenotendif.d38 #if !defined (FLAG)
H A Derr.mulelse.d38 #if !defined (FLAG)
H A Dtst.ifdef.d38 #if defined (FLAG)
H A Dtst.mulor.d38 #if !defined (FLAG) || !defined(STATUS) || !defined(STATE)
H A Dtst.muland.d38 #if !defined (FLAG) && !defined(STATUS) && !defined(STATE)
H A Dtst.preexpelse.d38 #if defined (FLAG)
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp99 #define FLAG(f) if (II->f) { FlagStrings.push_back(str(f)); } macro
100 FLAG(isReturn)
101 FLAG(isEHScopeReturn)
102 FLAG(isBranch)
103 FLAG(isIndirectBranch)
104 FLAG(isCompare)
105 FLAG(isMoveImm)
106 FLAG(isBitcast)
107 FLAG(isSelect)
108 FLAG(isBarrie
[all...]
/freebsd-current/contrib/libedit/
H A Dmakelist47 FLAG="$1"
52 case $FLAG in
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2181 #define FLAG(fn, name) \ macro
2184 FLAG(isParsingBaseSpecifiers, parsing_base_specifiers);
2186 FLAG(isGenericLambda, generic);
2187 FLAG(isLambda, lambda);
2189 FLAG(isAnonymousStructOrUnion, is_anonymous);
2190 FLAG(canPassInRegisters, pass_in_registers);
2191 FLAG(isEmpty, empty);
2192 FLAG(isAggregate, aggregate);
2193 FLAG(isStandardLayout, standard_layout);
2194 FLAG(isTriviallyCopyabl
[all...]
/freebsd-current/lib/lib80211/
H A Dlib80211_regdomain.c182 #define FLAG(x) { #x, sizeof(#x)-1, x } macro
183 FLAG(IEEE80211_CHAN_A),
184 FLAG(IEEE80211_CHAN_B),
185 FLAG(IEEE80211_CHAN_G),
186 FLAG(IEEE80211_CHAN_HT20),
187 FLAG(IEEE80211_CHAN_HT40),
188 FLAG(IEEE80211_CHAN_VHT20),
189 FLAG(IEEE80211_CHAN_VHT40),
190 FLAG(IEEE80211_CHAN_VHT80),
191 FLAG(IEEE80211_CHAN_VHT16
220 #undef FLAG macro
[all...]
/freebsd-current/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-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp141 #define FLAG(Name) \ macro
144 FLAG(HIGH_ENTROPY_VA);
145 FLAG(DYNAMIC_BASE);
146 FLAG(FORCE_INTEGRITY);
147 FLAG(NX_COMPAT);
148 FLAG(NO_ISOLATION);
149 FLAG(NO_SEH);
150 FLAG(NO_BIND);
151 FLAG(APPCONTAINER);
152 FLAG(WDM_DRIVE
155 #undef FLAG macro
778 #define FLAG macro
797 #undef FLAG macro
[all...]
/freebsd-current/sys/contrib/x86emu/
H A Dx86emu_regs.h123 #define CONDITIONAL_SET_FLAG(COND,FLAG) \
124 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)

Completed in 138 milliseconds

12