Searched refs:CATCH_BODY (Results 1 – 13 of 13) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gimple-low.c | 548 if (block_may_fallthru (CATCH_BODY (tsi_stmt (i)))) in try_catch_may_fallthru()
|
| HD | tree-pretty-print.c | 1830 dump_generic_node (buffer, CATCH_BODY (node), spc+4, flags, true); in dump_generic_node()
|
| HD | tree.def | 898 list of types) handled, and CATCH_BODY is the code for the handler. */
|
| HD | tree.h | 1784 #define CATCH_BODY(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 1) macro
|
| HD | gimplify.c | 7307 gimplify_and_add (CATCH_BODY (*expr_p), &handler); in gimplify_expr()
|
| /dragonfly/contrib/gcc-4.7/gcc/objc/ |
| HD | objc-next-runtime-abi-02.c | 3701 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()
|
| HD | objc-next-runtime-abi-01.c | 2616 tree body = CATCH_BODY (stmt); in next_sjlj_build_catch_list()
|
| HD | objc-act.c | 4264 CATCH_BODY (c) = c_end_compound_stmt (input_location, CATCH_BODY (c), 1); in objc_finish_catch_clause()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-pretty-print.c | 2589 dump_generic_node (pp, CATCH_BODY (node), spc+4, flags, true); in dump_generic_node()
|
| HD | tree.def | 993 list of types) handled, and CATCH_BODY is the code for the handler. */
|
| HD | tree.h | 1286 #define CATCH_BODY(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 1) macro
|
| HD | tree.c | 12561 if (block_may_fallthru (CATCH_BODY (tsi_stmt (i)))) in try_catch_may_fallthru()
|
| HD | gimplify.c | 11918 gimplify_and_add (CATCH_BODY (*expr_p), &handler); in gimplify_expr()
|