Home
last modified time | relevance | path

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

123

/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp101 FLAG(isReturn) in EmitInstrDocs()
103 FLAG(isBranch) in EmitInstrDocs()
105 FLAG(isCompare) in EmitInstrDocs()
106 FLAG(isMoveImm) in EmitInstrDocs()
108 FLAG(isSelect) in EmitInstrDocs()
110 FLAG(isCall) in EmitInstrDocs()
111 FLAG(isAdd) in EmitInstrDocs()
112 FLAG(isTrap) in EmitInstrDocs()
114 FLAG(mayLoad) in EmitInstrDocs()
116 FLAG(mayStore) in EmitInstrDocs()
[all …]
/openbsd/gnu/llvm/clang/lib/AST/
H A DTextNodeDumper.cpp1977 FLAG(isGenericLambda, generic); in VisitCXXRecordDecl()
1978 FLAG(isLambda, lambda); in VisitCXXRecordDecl()
1982 FLAG(isEmpty, empty); in VisitCXXRecordDecl()
1983 FLAG(isAggregate, aggregate); in VisitCXXRecordDecl()
1986 FLAG(isPOD, pod); in VisitCXXRecordDecl()
1987 FLAG(isTrivial, trivial); in VisitCXXRecordDecl()
1988 FLAG(isPolymorphic, polymorphic); in VisitCXXRecordDecl()
1989 FLAG(isAbstract, abstract); in VisitCXXRecordDecl()
1990 FLAG(isLiteral, literal); in VisitCXXRecordDecl()
2035 FLAG(hasMoveConstructor, exists); in VisitCXXRecordDecl()
[all …]
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp137 FLAG(HIGH_ENTROPY_VA); in printPEHeader()
138 FLAG(DYNAMIC_BASE); 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()
146 FLAG(GUARD_CF); in printPEHeader()
148 #undef FLAG in printPEHeader()
[all …]
/openbsd/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/usr.sbin/bgpctl/
H A Dparser.c43 FLAG, enumerator
165 { FLAG, "bgp", F_BGPD, 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},
186 { FLAG, "in", F_CTL_ADJ_IN, t_show_rib},
197 { FLAG, "ssv", F_CTL_SSV, t_show_rib},
230 { FLAG, "ssv", F_CTL_SSV, t_show_mrt},
330 { FLAG, "all", F_LONGER, t_show_rib},
557 case FLAG: in match_token()
[all …]
/openbsd/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/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/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/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/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/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/gnu/usr.bin/gcc/gcc/java/
H A Dxref.h48 #define XREF_GET_DATA(FLAG, T) ((T)xref_get_data (FLAG)) argument
/openbsd/lib/libedit/
H A Dmakelist47 FLAG="$1"
52 case $FLAG in
/openbsd/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/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/usr.sbin/iscsictl/
H A Dparser.c44 FLAG enumerator
157 case FLAG: in match_token()
211 case FLAG: in show_valid_args()
/openbsd/games/hunt/huntd/
H A Dserver.h176 FLAG b_expl;
227 void drawplayer(PLAYER *, FLAG);
277 extern FLAG Am_monitor;
H A Dextern.c38 FLAG Am_monitor = FALSE; /* current process is a monitor */
H A Dhunt.h78 typedef int FLAG; typedef
H A Ddriver.c55 FLAG should_announce = TRUE; /* true if listening on standard port */
65 static void zap(PLAYER *, FLAG);
81 static FLAG first = TRUE; in main()
82 static FLAG server = FALSE; in main()
664 zap(PLAYER *pp, FLAG was_player) in zap()
/openbsd/usr.sbin/dvmrpctl/
H A Dparser.c39 FLAG, enumerator
172 case FLAG: in match_token()
238 case FLAG: in show_valid_args()
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dm88k.h70 #define FLAG unsigned macro
222 FLAG jump_pending:1;
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dm88k.h71 #define FLAG unsigned macro
223 FLAG jump_pending:1;
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-maxq.c1290 else if (val < 0xFF && 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()
1982 case FLAG: in match_operands()
2558 if (i.operands == 0 || (i.operands == 1 && i.types[0] == FLAG) in decode_insn()
[all …]

123