Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree-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()
HDgimple-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()
HDtree-nested.c624 walk_stmts (wi, &CATCH_BODY (t)); in walk_stmts()
HDtree-cfg.c1493 return remove_useless_stmts_warn_notreached (CATCH_BODY (stmt)); in remove_useless_stmts_warn_notreached()
1705 remove_useless_stmts_1 (&CATCH_BODY (stmt), data); in remove_useless_stmts_tc()
HDtree-pretty-print.c1427 dump_generic_node (buffer, CATCH_BODY (node), spc+4, flags, true); in dump_generic_node()
HDtree.def879 list of types) handled, and CATCH_BODY is the code for the handler. */
HDtree.h1564 #define CATCH_BODY(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 1) macro
HDgimplify.c5742 gimplify_to_stmt_list (&CATCH_BODY (*expr_p)); in gimplify_expr()
HDc-common.c6337 c_warn_unused_result (&CATCH_BODY (t)); in c_warn_unused_result()
HDChangeLog.tree-ssa13746 * tree.h (CATCH_TYPES, CATCH_BODY): New macros.
HDChangeLog-200434016 CATCH_TYPES, CATCH_BODY, EH_FILTER_TYPES,