Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp100 #define FLAG(f) if (II->f) { FlagStrings.push_back(str(f)); } in EmitInstrDocs() macro
101 FLAG(isReturn) in EmitInstrDocs()
102 FLAG(isEHScopeReturn) in EmitInstrDocs()
103 FLAG(isBranch) in EmitInstrDocs()
104 FLAG(isIndirectBranch) in EmitInstrDocs()
105 FLAG(isCompare) in EmitInstrDocs()
106 FLAG(isMoveImm) in EmitInstrDocs()
107 FLAG(isBitcast) in EmitInstrDocs()
108 FLAG(isSelect) in EmitInstrDocs()
109 FLAG(isBarrier) in EmitInstrDocs()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTextNodeDumper.cpp1972 #define FLAG(fn, name) \ in VisitCXXRecordDecl() macro
1975 FLAG(isParsingBaseSpecifiers, parsing_base_specifiers); in VisitCXXRecordDecl()
1977 FLAG(isGenericLambda, generic); in VisitCXXRecordDecl()
1978 FLAG(isLambda, lambda); in VisitCXXRecordDecl()
1980 FLAG(isAnonymousStructOrUnion, is_anonymous); in VisitCXXRecordDecl()
1981 FLAG(canPassInRegisters, pass_in_registers); in VisitCXXRecordDecl()
1982 FLAG(isEmpty, empty); in VisitCXXRecordDecl()
1983 FLAG(isAggregate, aggregate); in VisitCXXRecordDecl()
1984 FLAG(isStandardLayout, standard_layout); in VisitCXXRecordDecl()
1985 FLAG(isTriviallyCopyable, trivially_copyable); in VisitCXXRecordDecl()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp134 #define FLAG(Name) \ in printPEHeader() macro
137 FLAG(HIGH_ENTROPY_VA); in printPEHeader()
138 FLAG(DYNAMIC_BASE); in printPEHeader()
139 FLAG(FORCE_INTEGRITY); in printPEHeader()
140 FLAG(NX_COMPAT); in printPEHeader()
141 FLAG(NO_ISOLATION); in printPEHeader()
142 FLAG(NO_SEH); in printPEHeader()
143 FLAG(NO_BIND); in printPEHeader()
144 FLAG(APPCONTAINER); in printPEHeader()
145 FLAG(WDM_DRIVER); in printPEHeader()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators27.C8 int FLAG=0; variable
14 void * operator new(size_t, const std::nothrow_t&) throw() { FLAG=1; return 0; } in new()
28 if ( FLAG != 1 ) in main()
/openbsd-src/usr.sbin/bgpctl/
H A Dparser.c43 FLAG, enumerator
165 { FLAG, "bgp", F_BGPD, t_show_fib},
166 { FLAG, "connected", F_CONNECTED, t_show_fib},
167 { FLAG, "nexthop", F_NEXTHOP, t_show_fib},
168 { FLAG, "static", F_STATIC, t_show_fib},
179 { FLAG, "best", F_CTL_BEST, t_show_rib},
181 { FLAG, "detail", F_CTL_DETAIL, t_show_rib},
182 { FLAG, "disqualified", F_CTL_INELIGIBLE, t_show_rib},
184 { FLAG, "error", F_CTL_INVALID, t_show_rib},
186 { FLAG, "filtere
[all...]
/openbsd-src/usr.sbin/ripctl/
H A Dparser.c41 FLAG, enumerator
103 {FLAG, "connected", F_CONNECTED, t_show_fib},
104 {FLAG, "static", F_STATIC, t_show_fib},
105 {FLAG, "rip", F_RIPD_INSERTED, t_show_fib},
179 case FLAG: in match_token()
245 case FLAG: in show_valid_args()
/openbsd-src/usr.sbin/eigrpctl/
H A Dparser.c44 FLAG, enumerator
145 {FLAG, "active", F_CTL_ACTIVE, NULL},
146 {FLAG, "all-links", F_CTL_ALLLINKS, NULL},
164 {FLAG, "connected", F_CONNECTED, t_show_fib},
165 {FLAG, "static", F_STATIC, t_show_fib},
166 {FLAG, "eigrp", F_EIGRPD_INSERTED, t_show_fib},
285 case FLAG: in match_token()
374 case FLAG: in show_valid_args()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Denum4.C12 enum FLAG {On, Off}; enum
13 U<FLAG> mUF;
/openbsd-src/usr.sbin/ospf6ctl/
H A Dparser.c41 FLAG, enumerator
131 {FLAG, "connected", F_CONNECTED, t_show_fib},
132 {FLAG, "static", F_STATIC, t_show_fib},
133 {FLAG, "ospf", F_OSPFD_INSERTED, t_show_fib},
207 case FLAG: in match_token()
281 case FLAG: in show_valid_args()
/openbsd-src/usr.sbin/ospfctl/
H A Dparser.c40 FLAG, enumerator
130 {FLAG, "connected", F_CONNECTED, t_show_fib},
131 {FLAG, "static", F_STATIC, t_show_fib},
132 {FLAG, "ospf", F_OSPFD_INSERTED, t_show_fib},
206 case FLAG: in match_token()
280 case FLAG: in show_valid_args()
/openbsd-src/games/hunt/hunt/
H A Dclient.h34 extern FLAG Am_monitor; /* -m flag */
35 extern FLAG no_beep; /* -b flag */
H A Dhunt.c55 FLAG Am_monitor = FALSE;
58 FLAG no_beep = FALSE;
63 static FLAG Query_driver = FALSE;
64 static FLAG Show_scores = FALSE;
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dxref.h48 #define XREF_GET_DATA(FLAG, T) ((T)xref_get_data (FLAG)) argument
H A Dparse.h104 #define ABSTRACT_CHECK(FLAG, V, CL, S) \ argument
105 if ((FLAG) & (V)) \
108 #define JCONSTRUCTOR_CHECK(FLAG, V, CL, S) \ argument
109 if ((FLAG) & (V)) \
/openbsd-src/lib/libedit/
H A Dmakelist47 FLAG="$1"
52 case $FLAG in
/openbsd-src/sys/dev/x86emu/
H A Dx86emu_regs.h123 #define CONDITIONAL_SET_FLAG(COND,FLAG) \ argument
124 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
/openbsd-src/usr.sbin/ldpctl/
H A Dparser.c43 FLAG, enumerator
146 {FLAG, "connected", F_CONNECTED, t_show_fib},
147 {FLAG, "static", F_STATIC, t_show_fib},
243 case FLAG: in match_token()
317 case FLAG: in show_valid_args()
/openbsd-src/usr.sbin/iscsictl/
H A Dparser.c44 FLAG enumerator
157 case FLAG: in match_token()
211 case FLAG: in show_valid_args()
/openbsd-src/games/hunt/huntd/
H A Dserver.h176 FLAG b_expl;
227 void drawplayer(PLAYER *, FLAG);
277 extern FLAG Am_monitor;
H A Dhunt.h78 typedef int FLAG; typedef
H A Dextern.c38 FLAG Am_monitor = FALSE; /* current process is a monitor */
/openbsd-src/usr.sbin/dvmrpctl/
H A Dparser.c39 FLAG, enumerator
172 case FLAG: in match_token()
238 case FLAG: in show_valid_args()
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dm88k.h71 #define FLAG unsigned macro
223 FLAG jump_pending:1;
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Dm88k.h70 #define FLAG unsigned macro
222 FLAG jump_pending:1;
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-maxq.c1140 && (this_operand == 1 && ((i.types[0] == BIT || i.types[0] == FLAG)))) in maxq20_immediate()
1290 else if (val < 0xFF && i.types[0] == FLAG) in maxq20_immediate()
1293 else if ((((sign_val == -1) || val > 0xFE)) && i.types[0] == FLAG) in maxq20_immediate()
1620 i.types[this_operand] = FLAG; /* Set the type. */ in maxq20_operand()
1633 i.types[this_operand] = FLAG; /* Set the type. */ in maxq20_operand()
1644 i.types[this_operand] = FLAG; /* Set the type. */ in maxq20_operand()
1655 i.types[this_operand] = FLAG; /* Set the type. */ in maxq20_operand()
1668 i.types[this_operand] = FLAG; /* Set the type. */ in maxq20_operand()
1681 i.types[this_operand] = FLAG; /* Set the type. */ in maxq20_operand()
1695 i.types[this_operand] = FLAG; /* Set the type. */ in maxq20_operand()
[all …]

123