Home
last modified time | relevance | path

Searched refs:TRY_STMTS (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c604 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 Ddump.c370 dump_child ("body", TRY_STMTS (t));
H A Dpt.c7888 tsubst_expr (TRY_STMTS (t), args, complain, in_decl);
7901 tsubst_expr (TRY_STMTS (t), args, complain, in_decl);
H A Dcp-tree.h3028 #define TRY_STMTS(NODE) TREE_OPERAND (TRY_BLOCK_CHECK (NODE), 0) macro
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddump.c370 dump_child ("body", TRY_STMTS (t)); in cp_dump_tree()
H A Dsemantics.c987 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 Dcp-gimplify.c114 tree body = TRY_STMTS (*stmt_p); in genericize_try_block()
H A Dcxx-pretty-print.c1560 pp_cxx_statement (pp, TRY_STMTS (t)); in pp_cxx_statement()
H A Dcp-tree.h3052 #define TRY_STMTS(NODE) TREE_OPERAND (TRY_BLOCK_CHECK (NODE), 0) macro
H A Dpt.c8702 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 Dc-tree.texi1320 @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 Dc-tree.texi1495 @findex TRY_STMTS
1757 given by @code{TRY_STMTS}. Each of the catch blocks is a @code{HANDLER}
H A Dgccint.info5419 given by `TRY_STMTS'. Each of the catch blocks is a `HANDLER'
34105 * TRY_STMTS: Function Bodies. (line 6)