| /openbsd-src/gnu/llvm/compiler-rt/lib/ubsan_minimal/ |
| H A D | ubsan_minimal_handlers.cpp | 116 #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 D | POSIX.pm | 490 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 D | sigaction.t | 43 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 D | enable.m4 | 8 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
|
| /openbsd-src/gnu/gcc/config/ |
| H A D | enable.m4 | 8 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20000914-1.c | 254 HANDLER, enumerator
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | dump.c | 399 case HANDLER:
|
| H A D | cp-tree.def | 253 /* A HANDLER wraps a catch handler for the HANDLER_TYPE. If this is 257 DEFTREECODE (HANDLER, "handler", 'e', 2)
|
| H A D | semantics.c | 761 r = build_stmt (HANDLER, NULL_TREE, NULL_TREE); in begin_handler() 2169 case HANDLER:
|
| H A D | tree.c | 1039 case HANDLER:
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | dump.c | 397 case HANDLER: in cp_dump_tree()
|
| H A D | cp-tree.def | 263 /* A HANDLER wraps a catch handler for the HANDLER_TYPE. If this is 267 DEFTREECODE (HANDLER, "handler", tcc_statement, 2)
|
| H A D | lex.c | 355 CTOR_INITIALIZER, TRY_BLOCK, HANDLER, in cxx_init() enumerator
|
| H A D | cp-gimplify.c | 510 case HANDLER: in cp_gimplify_expr()
|
| H A D | ChangeLog.tree-ssa | 476 * cp-simplify.c (cp_simplify_stmt): Handle HANDLER and EH_SPEC_BLOCK.
|
| H A D | cxx-pretty-print.c | 1579 case HANDLER: in pp_cxx_statement()
|
| H A D | semantics.c | 1075 r = build_stmt (HANDLER, NULL_TREE, NULL_TREE); in begin_handler()
|
| H A D | ChangeLog-1996 | 284 * 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 D | genassym.cf | 152 member HANDLER sf_handler
|
| /openbsd-src/gnu/gcc/libgomp/ |
| H A D | acinclude.m4 | 75 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Stmt.h | 3460 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 D | Stmt.cpp | 1242 Children[HANDLER] = Handler; in SEHTryStmt()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1300 @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 D | c-tree.texi | 1482 @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 D | ASTReaderStmt.cpp | 2286 S->Children[SEHTryStmt::HANDLER] = Record.readSubStmt(); in VisitSEHTryStmt()
|