Home
last modified time | relevance | path

Searched refs:TRY_BLOCK (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddump.cc210 case TRY_BLOCK: in cp_dump_tree()
H A Dcp-objcp-common.cc530 MARK_TS_EXP (TRY_BLOCK); in cp_common_init_ts()
H A Dlex.cc303 CTOR_INITIALIZER, TRY_BLOCK, HANDLER, in cxx_init() enumerator
H A Dcp-gimplify.cc600 case TRY_BLOCK: in cp_gimplify_expr()
1543 case TRY_BLOCK: in cp_genericize_r()
H A Dcp-tree.def280 DEFTREECODE (TRY_BLOCK, "try_block", tcc_statement, 2)
H A Dcxx-pretty-print.cc2009 case TRY_BLOCK: in statement()
H A Dcoroutines.cc4237 tree tcb = build_stmt (fn_start, TRY_BLOCK, NULL_TREE, NULL_TREE); in coro_rewrite_function_body()
4793 ramp_cleanup = build_stmt (fn_start, TRY_BLOCK, NULL, NULL); in morph_fn_to_coro()
H A Dconstexpr.cc608 if (TREE_CODE (body) == TRY_BLOCK) in build_constexpr_constructor_member_initializers()
6934 case TRY_BLOCK: in cxx_eval_constant_expression()
9306 case TRY_BLOCK: in potential_constant_expression_1()
H A DChangeLog-19991064 CLEANUP_P for a TRY_BLOCK.
2033 (TRY_BLOCK): Likewise.
3193 * pt.c (tsubst_expr): Handle a TRY_BLOCK with CLEANUP_P set.
3205 (expand_stmt): Handle a TRY_BLOCK with CLEANUP_P set. Handle
H A DChangeLog-20152777 * constexpr.c (cxx_eval_constant_expression): Handle TRY_BLOCK and
3342 * cp-gimplify.c (cp_genericize_r): Track TRY_BLOCK and
H A DChangeLog-1996284 * cp-tree.def: Add TRY_BLOCK and HANDLER.
287 * pt.c (tsubst_expr): Support TRY_BLOCK and HANDLER.
H A DChangeLog-20081180 (cp_gimplify_expr): Enable TRY_BLOCK, HANDLER, and EH_SPEC_BLOCK.
H A DChangeLog-20052326 (TRY_BLOCK, EH_SPEC_BLOCK, HANDLER, CLEANUP_STMT): Likewise.
H A DChangeLog-20011061 Don't loop in COMPOUND_STMT, FOR_STMT or TRY_BLOCK.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddump.c210 case TRY_BLOCK: in cp_dump_tree()
H A Dcp-objcp-common.c491 MARK_TS_EXP (TRY_BLOCK); in cp_common_init_ts()
H A Dlex.c302 CTOR_INITIALIZER, TRY_BLOCK, HANDLER, in cxx_init() enumerator
H A Dcp-gimplify.c864 case TRY_BLOCK: in cp_gimplify_expr()
1672 case TRY_BLOCK: in cp_genericize_r()
H A Dcp-tree.def275 DEFTREECODE (TRY_BLOCK, "try_block", tcc_statement, 2)
H A Dconstexpr.c606 if (TREE_CODE (body) == TRY_BLOCK) in build_constexpr_constructor_member_initializers()
6089 case TRY_BLOCK: in cxx_eval_constant_expression()
8350 case TRY_BLOCK: in potential_constant_expression_1()
H A Dcxx-pretty-print.c1960 case TRY_BLOCK: in statement()
H A Dcoroutines.cc4207 tree tcb = build_stmt (fn_start, TRY_BLOCK, NULL_TREE, NULL_TREE); in coro_rewrite_function_body()
4862 ramp_cleanup = build_stmt (fn_start, TRY_BLOCK, NULL, NULL); in morph_fn_to_coro()
H A Dsemantics.c1307 tree r = build_stmt (input_location, TRY_BLOCK, NULL_TREE, NULL_TREE); in begin_try_block()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgeneric.texi3349 @tindex TRY_BLOCK
3538 @item TRY_BLOCK
3546 If @code{CLEANUP_P} holds of the @code{TRY_BLOCK}, then the
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgeneric.texi3292 @tindex TRY_BLOCK
3474 @item TRY_BLOCK
3482 If @code{CLEANUP_P} holds of the @code{TRY_BLOCK}, then the

12