Home
last modified time | relevance | path

Searched refs:HANDLER (Results 1 – 25 of 56) sorted by relevance

123

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cc93 #define HANDLER(name, msg) \ macro
97 HANDLER(type_mismatch, "type-mismatch")
98 HANDLER(add_overflow, "add-overflow")
99 HANDLER(sub_overflow, "sub-overflow")
100 HANDLER(mul_overflow, "mul-overflow")
101 HANDLER(negate_overflow, "negate-overflow")
102 HANDLER(divrem_overflow, "divrem-overflow")
103 HANDLER(shift_out_of_bounds, "shift-out-of-bounds")
104 HANDLER(out_of_bounds, "out-of-bounds")
107 HANDLER(vla_bound_not_positive, "vla-bound-not-positive")
[all …]
/netbsd-src/external/gpl3/gdb/dist/config/
H A Denable.m48 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/netbsd-src/external/gpl3/binutils/dist/config/
H A Denable.m48 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/netbsd-src/external/gpl3/gcc/dist/config/
H A Denable.m48 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Denable.m48 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Denable.m48 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Denable.m48 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddump.cc252 case HANDLER: in cp_dump_tree()
H A Dcp-objcp-common.cc526 MARK_TS_EXP (HANDLER); in cp_common_init_ts()
H A Dlex.cc303 CTOR_INITIALIZER, TRY_BLOCK, HANDLER, in cxx_init() enumerator
H A Dcp-tree.def284 /* A HANDLER wraps a catch handler for the HANDLER_TYPE. If this is
288 DEFTREECODE (HANDLER, "handler", tcc_statement, 2)
H A DChangeLog.tree-ssa476 * cp-simplify.c (cp_simplify_stmt): Handle HANDLER and EH_SPEC_BLOCK.
H A Dcxx-pretty-print.cc2032 case HANDLER: in statement()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddump.c252 case HANDLER: in cp_dump_tree()
H A Dcp-objcp-common.c486 MARK_TS_EXP (HANDLER); in cp_common_init_ts()
H A Dlex.c302 CTOR_INITIALIZER, TRY_BLOCK, HANDLER, in cxx_init() enumerator
H A Dcp-tree.def279 /* A HANDLER wraps a catch handler for the HANDLER_TYPE. If this is
283 DEFTREECODE (HANDLER, "handler", tcc_statement, 2)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple.def147 /* GIMPLE_CATCH <TYPES, HANDLER> represents a typed exception handler.
148 TYPES is the type (or list of types) handled. HANDLER is the
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.def147 /* GIMPLE_CATCH <TYPES, HANDLER> represents a typed exception handler.
148 TYPES is the type (or list of types) handled. HANDLER is the
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dacinclude.m476 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h3387 enum { TRY = 0, HANDLER = 1 }; enumerator
3404 SourceLocation getEndLoc() const { return Children[HANDLER]->getEndLoc(); } in getEndLoc()
3412 Stmt *getHandler() const { return Children[HANDLER]; } in getHandler()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dacinclude.m476 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1229 Children[HANDLER] = Handler; in SEHTryStmt()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-arm-common.inc151 target frame. HANDLER is the PC to which control will be
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-arm-common.inc147 target frame. HANDLER is the PC to which control will be

123