Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
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()
Dobjc-next-runtime-abi-01.cc2617 tree body = CATCH_BODY (stmt); in next_sjlj_build_catch_list()
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/
Dtree-pretty-print.cc3127 dump_generic_node (pp, CATCH_BODY (node), spc+4, flags, true); in dump_generic_node()
Dtree.def1004 list of types) handled, and CATCH_BODY is the code for the handler. */
Dtree.h1342 #define CATCH_BODY(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 1) macro
Dtree.cc12410 if (block_may_fallthru (CATCH_BODY (tsi_stmt (i)))) in try_catch_may_fallthru()
Dgimplify.cc15508 gimplify_and_add (CATCH_BODY (*expr_p), &handler); in gimplify_expr()
DChangeLog.tree-ssa13746 * tree.h (CATCH_TYPES, CATCH_BODY): New macros.
DChangeLog-200434016 CATCH_TYPES, CATCH_BODY, EH_FILTER_TYPES,