Searched refs:TRY_STMTS (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | semantics.c | 604 expand_stmt (TRY_STMTS (t)); 613 expand_stmt (TRY_STMTS (t)); 675 RECHAIN_STMTS (try_block, TRY_STMTS (try_block)); 685 RECHAIN_STMTS (try_block, TRY_STMTS (try_block)); 712 RECHAIN_STMTS (try_block, TRY_STMTS (try_block)); 715 RECHAIN_STMTS (try_block, TRY_STMTS (try_block));
|
| H A D | dump.c | 370 dump_child ("body", TRY_STMTS (t));
|
| H A D | pt.c | 7888 tsubst_expr (TRY_STMTS (t), args, complain, in_decl); 7901 tsubst_expr (TRY_STMTS (t), args, complain, in_decl);
|
| H A D | cp-tree.h | 3028 #define TRY_STMTS(NODE) TREE_OPERAND (TRY_BLOCK_CHECK (NODE), 0) macro
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | dump.c | 370 dump_child ("body", TRY_STMTS (t)); in cp_dump_tree()
|
| H A D | semantics.c | 987 TRY_STMTS (r) = push_stmt_list (); in begin_try_block() 1012 TRY_STMTS (try_block) = pop_stmt_list (TRY_STMTS (try_block)); in finish_try_block() 1022 TRY_STMTS (try_block) = pop_stmt_list (TRY_STMTS (try_block)); in finish_cleanup_try_block()
|
| H A D | cp-gimplify.c | 114 tree body = TRY_STMTS (*stmt_p); in genericize_try_block()
|
| H A D | cxx-pretty-print.c | 1560 pp_cxx_statement (pp, TRY_STMTS (t)); in pp_cxx_statement()
|
| H A D | cp-tree.h | 3052 #define TRY_STMTS(NODE) TREE_OPERAND (TRY_BLOCK_CHECK (NODE), 0) macro
|
| H A D | pt.c | 8702 RECUR (TRY_STMTS (t)); in tsubst_expr() 8715 RECUR (TRY_STMTS (t)); in tsubst_expr()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1320 @findex TRY_STMTS 1639 given by @code{TRY_STMTS}. Each of the catch blocks is a @code{HANDLER}
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1495 @findex TRY_STMTS 1757 given by @code{TRY_STMTS}. Each of the catch blocks is a @code{HANDLER}
|
| H A D | gccint.info | 5419 given by `TRY_STMTS'. Each of the catch blocks is a `HANDLER' 34105 * TRY_STMTS: Function Bodies. (line 6)
|