Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgimple-low.c548 if (block_may_fallthru (CATCH_BODY (tsi_stmt (i)))) in try_catch_may_fallthru()
HDtree-pretty-print.c1830 dump_generic_node (buffer, CATCH_BODY (node), spc+4, flags, true); in dump_generic_node()
HDtree.def898 list of types) handled, and CATCH_BODY is the code for the handler. */
HDtree.h1784 #define CATCH_BODY(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 1) macro
HDgimplify.c7307 gimplify_and_add (CATCH_BODY (*expr_p), &handler); in gimplify_expr()
/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-next-runtime-abi-02.c3701 t = CATCH_BODY (curr_catch); in finish_catch()
3713 CATCH_BODY (curr_catch) = NULL_TREE; in finish_catch()
3714 l = &CATCH_BODY (curr_catch); in finish_catch()
HDobjc-next-runtime-abi-01.c2616 tree body = CATCH_BODY (stmt); in next_sjlj_build_catch_list()
HDobjc-act.c4264 CATCH_BODY (c) = c_end_compound_stmt (input_location, CATCH_BODY (c), 1); in objc_finish_catch_clause()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-pretty-print.c2589 dump_generic_node (pp, CATCH_BODY (node), spc+4, flags, true); in dump_generic_node()
HDtree.def993 list of types) handled, and CATCH_BODY is the code for the handler. */
HDtree.h1286 #define CATCH_BODY(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 1) macro
HDtree.c12561 if (block_may_fallthru (CATCH_BODY (tsi_stmt (i)))) in try_catch_may_fallthru()
HDgimplify.c11918 gimplify_and_add (CATCH_BODY (*expr_p), &handler); in gimplify_expr()