Searched refs:CATCH_BODY (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-eh.c | 237 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 D | gimple-low.c | 235 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 D | tree-nested.c | 624 walk_stmts (wi, &CATCH_BODY (t)); in walk_stmts()
|
| H A D | tree-cfg.c | 1486 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 D | tree-pretty-print.c | 1427 dump_generic_node (buffer, CATCH_BODY (node), spc+4, flags, true); in dump_generic_node()
|
| H A D | tree.def | 874 list of types) handled, and CATCH_BODY is the code for the handler. */
|
| H A D | tree.h | 1534 #define CATCH_BODY(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 1) macro
|
| H A D | c-common.c | 5967 c_warn_unused_result (&CATCH_BODY (t)); in c_warn_unused_result()
|
| H A D | gimplify.c | 5742 gimplify_to_stmt_list (&CATCH_BODY (*expr_p)); in gimplify_expr()
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 3585 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()
|