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