Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Ddump.c455 dump_child ("body", SWITCH_STMT_BODY (t)); in cp_dump_tree()
H A Dsemantics.c982 SWITCH_STMT_BODY (switch_stmt) = push_stmt_list (); in finish_switch_cond()
993 SWITCH_STMT_BODY (switch_stmt) = in finish_switch_stmt()
994 pop_stmt_list (SWITCH_STMT_BODY (switch_stmt)); in finish_switch_stmt()
H A Dcp-gimplify.c347 body = SWITCH_STMT_BODY (stmt); in gimplify_switch_stmt()
H A Dcp-tree.def308 SWITCH_STMT_COND, SWITCH_STMT_BODY and SWITCH_STMT_TYPE, respectively. */
H A Dcxx-pretty-print.c1629 pp_cxx_statement (pp, SWITCH_STMT_BODY (t)); in pp_cxx_statement()
H A Dcp-tree.h3138 #define SWITCH_STMT_BODY(NODE) TREE_OPERAND (SWITCH_STMT_CHECK (NODE), 1) macro
H A Dpt.c8681 RECUR (SWITCH_STMT_BODY (t)); in tsubst_expr()
H A DChangeLog6067 (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Define.
/freebsd-12.1/contrib/gcc/doc/
H A Dc-tree.texi1751 for the condition. The @code{SWITCH_STMT_BODY} is the body of the switch
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200524779 (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Likewise.
25819 (c_finish_case): Use SWITCH_BODY rather than SWITCH_STMT_BODY.
33311 (SWITCH_STMT_COND, SWITCH_STMT_BODY): New.