Home
last modified time | relevance | path

Searched refs:CATCH_BODY (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-eh.c237 t = CATCH_BODY (t); in collect_finally_tree()
440 replace_goto_queue_stmt_list (CATCH_BODY (t), tf); in replace_goto_queue_1()
1465 lower_eh_constructs_1 (&this_state, &CATCH_BODY (catch)); in lower_catch()
1473 if (block_may_fallthru (CATCH_BODY (catch))) in lower_catch()
1479 append_to_statement_list (x, &CATCH_BODY (catch)); in lower_catch()
1482 tsi_link_before (&i, CATCH_BODY (catch), TSI_SAME_STMT); in lower_catch()
H A Dgimple-low.c235 lower_stmt_body (CATCH_BODY (stmt), data); in lower_stmt()
365 if (block_may_fallthru (CATCH_BODY (tsi_stmt (i)))) in try_catch_may_fallthru()
H A Dtree-nested.c624 walk_stmts (wi, &CATCH_BODY (t)); in walk_stmts()
H A Dtree-cfg.c1486 return remove_useless_stmts_warn_notreached (CATCH_BODY (stmt)); in remove_useless_stmts_warn_notreached()
1698 remove_useless_stmts_1 (&CATCH_BODY (stmt), data); in remove_useless_stmts_tc()
H A Dtree-pretty-print.c1427 dump_generic_node (buffer, CATCH_BODY (node), spc+4, flags, true); in dump_generic_node()
H A Dtree.def874 list of types) handled, and CATCH_BODY is the code for the handler. */
H A Dtree.h1534 #define CATCH_BODY(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 1) macro
H A Dc-common.c5967 c_warn_unused_result (&CATCH_BODY (t)); in c_warn_unused_result()
H A Dgimplify.c5742 gimplify_to_stmt_list (&CATCH_BODY (*expr_p)); in gimplify_expr()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c3585 tree body = CATCH_BODY (stmt); in next_sjlj_build_catch_list()
3841 CATCH_BODY (c) = c_end_compound_stmt (CATCH_BODY (c), 1); in objc_finish_catch_clause()