Searched refs:CATCH_BODY (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dtree-eh.c241 t = CATCH_BODY (t);
445 replace_goto_queue_stmt_list (CATCH_BODY (t), tf);
1470 lower_eh_constructs_1 (&this_state, &CATCH_BODY (catch));
1478 if (block_may_fallthru (CATCH_BODY (catch)))
1484 append_to_statement_list (x, &CATCH_BODY (catch));
1487 tsi_link_before (&i, CATCH_BODY (catch), TSI_SAME_STMT);
H A Dgimple-low.c235 lower_stmt_body (CATCH_BODY (stmt), data);
365 if (block_may_fallthru (CATCH_BODY (tsi_stmt (i))))
H A Dtree-nested.c625 walk_stmts (wi, &CATCH_BODY (t));
H A Dtree-cfg.c1493 return remove_useless_stmts_warn_notreached (CATCH_BODY (stmt));
1705 remove_useless_stmts_1 (&CATCH_BODY (stmt), data);
H A Dtree-pretty-print.c1427 dump_generic_node (buffer, CATCH_BODY (node), spc+4, flags, true);
H A Dtree.h1570 #define CATCH_BODY(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 1)
1564 #define CATCH_BODY macro
H A Dc-common.c6355 c_warn_unused_result (&CATCH_BODY (t));
H A Dgimplify.c5743 gimplify_to_stmt_list (&CATCH_BODY (*expr_p));

Completed in 142 milliseconds