Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp116 #define HANDLER(name, msg) \ macro
120 HANDLER(type_mismatch, "type-mismatch")
121 HANDLER(alignment_assumption, "alignment-assumption")
122 HANDLER(add_overflow, "add-overflow")
123 HANDLER(sub_overflow, "sub-overflow")
124 HANDLER(mul_overflow, "mul-overflow")
125 HANDLER(negate_overflow, "negate-overflow")
126 HANDLER(divrem_overflow, "divrem-overflow")
127 HANDLER(shift_out_of_bounds, "shift-out-of-bounds")
128 HANDLER(out_of_bounds, "out-of-bounds")
[all …]
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm490 sub new { bless {HANDLER => $_[1], MASK => $_[2], FLAGS => $_[3] || 0, SAFE => 0}, $_[0] }
491 sub handler { $_[0]->{HANDLER} = $_[1] if @_ > 1; $_[0]->{HANDLER} };
558 return $oa->{HANDLER} }
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/
H A Dsigaction.t43 like($oldaction->{HANDLER}, qr/\A(?:DEFAULT|IGNORE)\z/, '$oldaction->{HANDLER}');
48 is($oldaction->{HANDLER}, '::foo');
81 delete $act->{HANDLER};
96 is(ref($oldaction->{HANDLER}), 'CODE');
/openbsd-src/gnu/usr.bin/binutils-2.17/config/
H A Denable.m48 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/openbsd-src/gnu/gcc/config/
H A Denable.m48 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c254 HANDLER, enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddump.c399 case HANDLER:
H A Dcp-tree.def253 /* A HANDLER wraps a catch handler for the HANDLER_TYPE. If this is
257 DEFTREECODE (HANDLER, "handler", 'e', 2)
H A Dsemantics.c761 r = build_stmt (HANDLER, NULL_TREE, NULL_TREE); in begin_handler()
2169 case HANDLER:
H A Dtree.c1039 case HANDLER:
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddump.c397 case HANDLER: in cp_dump_tree()
H A Dcp-tree.def263 /* A HANDLER wraps a catch handler for the HANDLER_TYPE. If this is
267 DEFTREECODE (HANDLER, "handler", tcc_statement, 2)
H A Dlex.c355 CTOR_INITIALIZER, TRY_BLOCK, HANDLER, in cxx_init() enumerator
H A Dcp-gimplify.c510 case HANDLER: in cp_gimplify_expr()
H A DChangeLog.tree-ssa476 * cp-simplify.c (cp_simplify_stmt): Handle HANDLER and EH_SPEC_BLOCK.
H A Dcxx-pretty-print.c1579 case HANDLER: in pp_cxx_statement()
H A Dsemantics.c1075 r = build_stmt (HANDLER, NULL_TREE, NULL_TREE); in begin_handler()
H A DChangeLog-1996284 * cp-tree.def: Add TRY_BLOCK and HANDLER.
287 * pt.c (tsubst_expr): Support TRY_BLOCK and HANDLER.
/openbsd-src/sys/arch/i386/i386/
H A Dgenassym.cf152 member HANDLER sf_handler
/openbsd-src/gnu/gcc/libgomp/
H A Dacinclude.m475 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h3460 enum { TRY = 0, HANDLER = 1 }; enumerator
3477 SourceLocation getEndLoc() const { return Children[HANDLER]->getEndLoc(); } in getEndLoc()
3485 Stmt *getHandler() const { return Children[HANDLER]; } in getHandler()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmt.cpp1242 Children[HANDLER] = Handler; in SEHTryStmt()
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1300 @tindex HANDLER
1546 @item HANDLER
1639 given by @code{TRY_STMTS}. Each of the catch blocks is a @code{HANDLER}
1646 @code{TRY_HANDLERS} will not be a @code{HANDLER} node. Instead, it will
/openbsd-src/gnu/gcc/gcc/doc/
H A Dc-tree.texi1482 @tindex HANDLER
1692 @item HANDLER
1757 given by @code{TRY_STMTS}. Each of the catch blocks is a @code{HANDLER}
1764 @code{TRY_HANDLERS} will not be a @code{HANDLER} node. Instead, it will
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2286 S->Children[SEHTryStmt::HANDLER] = Record.readSubStmt(); in VisitSEHTryStmt()

12