Home
last modified time | relevance | path

Searched refs:HANDLER_BODY (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddump.c255 dump_child ("body", HANDLER_BODY (t)); in cp_dump_tree()
H A Dcp-tree.def280 HANDLER_BODY. */
H A Dcxx-pretty-print.c1922 statement (HANDLER_BODY (t)); in statement()
H A Dcp-gimplify.c122 tree body = HANDLER_BODY (*stmt_p); in genericize_catch_block()
H A Dsemantics.c1320 HANDLER_BODY (r) = do_pushlevel (sk_catch); in begin_handler()
1377 HANDLER_BODY (handler) = do_poplevel (HANDLER_BODY (handler)); in finish_handler()
H A Dcp-tree.h4859 #define HANDLER_BODY(NODE) TREE_OPERAND (HANDLER_CHECK (NODE), 1) macro
H A Dpt.c17055 RECUR (HANDLER_BODY (t)); in tsubst_expr()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddump.c410 dump_child ("body", HANDLER_BODY (t)); in cp_dump_tree()
H A Dcp-gimplify.c111 tree body = HANDLER_BODY (*stmt_p); in genericize_catch_block()
H A Dcp-tree.def280 HANDLER_BODY. */
H A Dcxx-pretty-print.c1862 pp_cxx_statement (pp, HANDLER_BODY (t)); in pp_cxx_statement()
H A Dsemantics.c1189 HANDLER_BODY (r) = do_pushlevel (sk_catch); in begin_handler()
1227 HANDLER_BODY (handler) = do_poplevel (HANDLER_BODY (handler)); in finish_handler()
H A Dcp-tree.h3954 #define HANDLER_BODY(NODE) TREE_OPERAND (HANDLER_CHECK (NODE), 1) macro
H A Dpt.c12862 RECUR (HANDLER_BODY (t)); in tsubst_expr()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgeneric.texi3062 @findex HANDLER_BODY
3197 parameter, and @code{HANDLER_BODY} is the code for the block itself.
3246 @code{HANDLER_BODY}.