Searched refs:TRY_STMTS (Results 1 – 18 of 18) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | dump.cc | 214 dump_child ("body", TRY_STMTS (t)); in cp_dump_tree()
|
| H A D | coroutines.cc | 4239 TRY_STMTS (tcb) = push_stmt_list (); in coro_rewrite_function_body() 4264 TRY_STMTS (tcb) = pop_stmt_list (TRY_STMTS (tcb)); in coro_rewrite_function_body() 4795 TRY_STMTS (ramp_cleanup) = push_stmt_list (); in morph_fn_to_coro()
|
| H A D | cp-gimplify.cc | 66 tree body = TRY_STMTS (*stmt_p); in genericize_try_block() 1548 cp_walk_tree (&TRY_STMTS (stmt), cp_genericize_r, data, NULL); in cp_genericize_r()
|
| H A D | semantics.cc | 1580 TRY_STMTS (r) = push_stmt_list (); in begin_try_block() 1605 TRY_STMTS (try_block) = pop_stmt_list (TRY_STMTS (try_block)); in finish_try_block() 1615 TRY_STMTS (try_block) = pop_stmt_list (TRY_STMTS (try_block)); in finish_cleanup_try_block()
|
| H A D | cxx-pretty-print.cc | 2013 statement (TRY_STMTS (t)); in statement()
|
| H A D | cp-tree.h | 5318 #define TRY_STMTS(NODE) TREE_OPERAND (TRY_BLOCK_CHECK (NODE), 0) macro
|
| H A D | pt.cc | 19055 RECUR (TRY_STMTS (t)); in tsubst_expr() 19068 RECUR (TRY_STMTS (t)); in tsubst_expr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | dump.c | 214 dump_child ("body", TRY_STMTS (t)); in cp_dump_tree()
|
| H A D | coroutines.cc | 4209 TRY_STMTS (tcb) = push_stmt_list (); in coro_rewrite_function_body() 4228 TRY_STMTS (tcb) = pop_stmt_list (TRY_STMTS (tcb)); in coro_rewrite_function_body() 4864 TRY_STMTS (ramp_cleanup) = push_stmt_list (); in morph_fn_to_coro()
|
| H A D | cp-gimplify.c | 125 tree body = TRY_STMTS (*stmt_p); in genericize_try_block() 1677 cp_walk_tree (&TRY_STMTS (stmt), cp_genericize_r, data, NULL); in cp_genericize_r()
|
| H A D | semantics.c | 1309 TRY_STMTS (r) = push_stmt_list (); in begin_try_block() 1334 TRY_STMTS (try_block) = pop_stmt_list (TRY_STMTS (try_block)); in finish_try_block() 1344 TRY_STMTS (try_block) = pop_stmt_list (TRY_STMTS (try_block)); in finish_cleanup_try_block()
|
| H A D | cxx-pretty-print.c | 1964 statement (TRY_STMTS (t)); in statement()
|
| H A D | cp-tree.h | 5069 #define TRY_STMTS(NODE) TREE_OPERAND (TRY_BLOCK_CHECK (NODE), 0) macro
|
| H A D | pt.c | 18443 RECUR (TRY_STMTS (t)); in tsubst_expr() 18456 RECUR (TRY_STMTS (t)); in tsubst_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | generic.texi | 3350 @findex TRY_STMTS 3540 given by @code{TRY_STMTS}. Each of the catch blocks is a @code{HANDLER}
|
| H A D | gccint.info | 13044 given by 'TRY_STMTS'. Each of the catch blocks is a 'HANDLER' 57842 * TRY_STMTS: Statements for C and C++.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | generic.texi | 3293 @findex TRY_STMTS 3476 given by @code{TRY_STMTS}. Each of the catch blocks is a @code{HANDLER}
|
| H A D | gccint.info | 12626 given by 'TRY_STMTS'. Each of the catch blocks is a 'HANDLER' 56035 * TRY_STMTS: Statements for C++. (line 6)
|