Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.c3926 t = CATCH_BODY (curr_catch); in finish_catch()
3938 CATCH_BODY (curr_catch) = NULL_TREE; in finish_catch()
3939 l = &CATCH_BODY (curr_catch); in finish_catch()
H A Dobjc-next-runtime-abi-01.c2616 tree body = CATCH_BODY (stmt); in next_sjlj_build_catch_list()
H A Dobjc-act.c4373 CATCH_BODY (c) = c_end_compound_stmt (input_location, CATCH_BODY (c), 1); in objc_finish_catch_clause()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.cc3943 t = CATCH_BODY (curr_catch); in finish_catch()
3955 CATCH_BODY (curr_catch) = NULL_TREE; in finish_catch()
3956 l = &CATCH_BODY (curr_catch); in finish_catch()
H A Dobjc-next-runtime-abi-01.cc2617 tree body = CATCH_BODY (stmt); in next_sjlj_build_catch_list()
H A Dobjc-act.cc4449 CATCH_BODY (c) = c_end_compound_stmt (input_location, CATCH_BODY (c), 1); in objc_finish_catch_clause()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-pretty-print.cc3127 dump_generic_node (pp, CATCH_BODY (node), spc+4, flags, true); in dump_generic_node()
H A Dtree.def1004 list of types) handled, and CATCH_BODY is the code for the handler. */
H A Dtree.h1342 #define CATCH_BODY(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 1) macro
H A Dtree.cc12410 if (block_may_fallthru (CATCH_BODY (tsi_stmt (i)))) in try_catch_may_fallthru()
H A Dgimplify.cc15508 gimplify_and_add (CATCH_BODY (*expr_p), &handler); in gimplify_expr()
H A DChangeLog.tree-ssa13746 * tree.h (CATCH_TYPES, CATCH_BODY): New macros.
H A DChangeLog-200434016 CATCH_TYPES, CATCH_BODY, EH_FILTER_TYPES,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-pretty-print.c2935 dump_generic_node (pp, CATCH_BODY (node), spc+4, flags, true); in dump_generic_node()
H A Dtree.def992 list of types) handled, and CATCH_BODY is the code for the handler. */
H A Dtree.h1313 #define CATCH_BODY(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 1) macro
H A Dtree.c13205 if (block_may_fallthru (CATCH_BODY (tsi_stmt (i)))) in try_catch_may_fallthru()
H A Dgimplify.c14046 gimplify_and_add (CATCH_BODY (*expr_p), &handler); in gimplify_expr()