Searched refs:CATCH_BODY (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/objc/ |
| D | objc-next-runtime-abi-02.cc | 3943 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()
|
| D | objc-next-runtime-abi-01.cc | 2617 tree body = CATCH_BODY (stmt); in next_sjlj_build_catch_list()
|
| D | objc-act.cc | 4449 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/ |
| D | tree-pretty-print.cc | 3127 dump_generic_node (pp, CATCH_BODY (node), spc+4, flags, true); in dump_generic_node()
|
| D | tree.def | 1004 list of types) handled, and CATCH_BODY is the code for the handler. */
|
| D | tree.h | 1342 #define CATCH_BODY(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 1) macro
|
| D | tree.cc | 12410 if (block_may_fallthru (CATCH_BODY (tsi_stmt (i)))) in try_catch_may_fallthru()
|
| D | gimplify.cc | 15508 gimplify_and_add (CATCH_BODY (*expr_p), &handler); in gimplify_expr()
|
| D | ChangeLog.tree-ssa | 13746 * tree.h (CATCH_TYPES, CATCH_BODY): New macros.
|
| D | ChangeLog-2004 | 34016 CATCH_TYPES, CATCH_BODY, EH_FILTER_TYPES,
|