Searched refs:CATCH_BODY (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | 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()
|
| HD | 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()
|
| HD | tree-nested.c | 624 walk_stmts (wi, &CATCH_BODY (t)); in walk_stmts()
|
| HD | tree-cfg.c | 1493 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()
|
| HD | tree-pretty-print.c | 1427 dump_generic_node (buffer, CATCH_BODY (node), spc+4, flags, true); in dump_generic_node()
|
| HD | tree.def | 879 list of types) handled, and CATCH_BODY is the code for the handler. */
|
| HD | tree.h | 1564 #define CATCH_BODY(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 1) macro
|
| HD | gimplify.c | 5742 gimplify_to_stmt_list (&CATCH_BODY (*expr_p)); in gimplify_expr()
|
| HD | c-common.c | 6337 c_warn_unused_result (&CATCH_BODY (t)); in c_warn_unused_result()
|
| HD | ChangeLog.tree-ssa | 13746 * tree.h (CATCH_TYPES, CATCH_BODY): New macros.
|
| HD | ChangeLog-2004 | 34016 CATCH_TYPES, CATCH_BODY, EH_FILTER_TYPES,
|