| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20000914-1.c | 135 TRY_CATCH_EXPR, enumerator
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gimple-low.c | 230 case TRY_CATCH_EXPR: in lower_stmt() 425 case TRY_CATCH_EXPR: in block_may_fallthru()
|
| H A D | tree-gimple.c | 214 case TRY_CATCH_EXPR: in is_gimple_stmt()
|
| H A D | tree-eh.c | 231 case TRY_CATCH_EXPR: in collect_finally_tree() 435 case TRY_CATCH_EXPR: in replace_goto_queue_1() 871 finally = build2 (TRY_CATCH_EXPR, void_type_node, finally, x); in honor_protect_cleanup_actions() 1640 case TRY_CATCH_EXPR: in lower_eh_constructs_1()
|
| H A D | gimplify.c | 943 t = build2 (TRY_CATCH_EXPR, void_type_node, NULL_TREE, t); in gimple_build_eh_filter() 978 case TRY_CATCH_EXPR: in voidify_wrapper_expr() 4148 code = TRY_CATCH_EXPR; in gimplify_cleanup_point_expr() 5727 case TRY_CATCH_EXPR: in gimplify_expr()
|
| H A D | tree-pretty-print.c | 1400 case TRY_CATCH_EXPR: in dump_generic_node() 1410 (TREE_CODE (node) == TRY_CATCH_EXPR) ? "catch" : "finally"); in dump_generic_node()
|
| H A D | tree-nested.c | 629 case TRY_CATCH_EXPR: in walk_stmts()
|
| H A D | tree-ssa-operands.c | 2138 case TRY_CATCH_EXPR: in parse_ssa_operands()
|
| H A D | tree.def | 534 which must exist. This differs from TRY_CATCH_EXPR in that operand 1 792 DEFTREECODE (TRY_CATCH_EXPR, "try_catch_expr", tcc_statement, 2)
|
| H A D | tree-cfg.c | 1478 case TRY_CATCH_EXPR: in remove_useless_stmts_warn_notreached() 1851 case TRY_CATCH_EXPR: in remove_useless_stmts_1()
|
| H A D | c-typeck.c | 7300 case TRY_CATCH_EXPR: in c_finish_if_stmt() 7609 || TREE_CODE (last) == TRY_CATCH_EXPR) in c_finish_stmt_expr() 7783 code = eh_only ? TRY_CATCH_EXPR : TRY_FINALLY_EXPR; in push_cleanup()
|
| H A D | tree-inline.c | 1625 case TRY_CATCH_EXPR: in estimate_num_insns_1()
|
| H A D | stmt.c | 1421 case TRY_CATCH_EXPR: in warn_if_unused_value()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | cp-gimplify.c | 124 *stmt_p = build2 (TRY_CATCH_EXPR, void_type_node, body, cleanup); in genericize_try_block() 701 *stmt_p = build2 (CLEANUP_EH_ONLY (stmt) ? TRY_CATCH_EXPR in cp_genericize_r()
|
| H A D | except.c | 758 exp = build2 (TRY_CATCH_EXPR, void_type_node, exp, in build_throw()
|
| H A D | ChangeLog.tree-ssa | 477 (genericize_try_block): Always build a TRY_CATCH_EXPR.
|
| H A D | ChangeLog-1997 | 55 * tree.c (mapcar): Handle TRY_CATCH_EXPR et al. 315 TRY_CATCH_EXPR for now. 516 * tree.c (lvalue_p, real_lvalue_p): Handle TRY_CATCH_EXPR, 519 * init.c (expand_default_init): Handle a TRY_CATCH_EXPR around
|
| H A D | tree.c | 80 case TRY_CATCH_EXPR: in lvalue_p_1()
|
| H A D | error.c | 1836 case TRY_CATCH_EXPR: in dump_expr()
|
| H A D | init.c | 1979 init_expr = build2 (TRY_CATCH_EXPR, void_type_node, in build_new_1()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | except.c | 736 exp = build (TRY_CATCH_EXPR, void_type_node, exp,
|
| H A D | tree.c | 85 case TRY_CATCH_EXPR:
|
| H A D | error.c | 2031 case TRY_CATCH_EXPR:
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | tree-ssa.texi | 460 @code{TRY_CATCH_EXPR}. @code{TRY_CATCH_EXPR} has two operands. The 464 operand of the @code{TRY_CATCH_EXPR} is checked. The second operand 476 execution continues after the original @code{TRY_CATCH_EXPR}. 634 try-stmt : TRY_CATCH_EXPR
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | tree.def | 486 This differs from TRY_CATCH_EXPR in that operand 2 is always 774 DEFTREECODE (TRY_CATCH_EXPR, "try_catch_expr", 'e', 2)
|