Home
last modified time | relevance | path

Searched refs:SWITCH_STMT_COND (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Ddump.c454 dump_child ("cond", SWITCH_STMT_COND (t)); in cp_dump_tree()
H A Dcp-gimplify.c352 SWITCH_STMT_COND (stmt), body, NULL_TREE); in gimplify_switch_stmt()
H A Dcp-tree.def308 SWITCH_STMT_COND, SWITCH_STMT_BODY and SWITCH_STMT_TYPE, respectively. */
H A Dsemantics.c934 begin_cond (&SWITCH_STMT_COND (r)); in begin_switch_stmt()
978 finish_cond (&SWITCH_STMT_COND (switch_stmt), cond); in finish_switch_cond()
H A Dcxx-pretty-print.c1625 pp_cxx_expression (pp, SWITCH_STMT_COND (t)); in pp_cxx_statement()
H A Dcp-tree.h3137 #define SWITCH_STMT_COND(NODE) TREE_OPERAND (SWITCH_STMT_CHECK (NODE), 0) macro
H A Ddecl.c2656 SWITCH_STMT_COND (cs->switch_stmt)); in pop_switch()
2683 cond = SWITCH_STMT_COND (switch_stack->switch_stmt); in finish_case_label()
H A Dpt.c8679 tmp = RECUR (SWITCH_STMT_COND (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.texi1748 Used to represent a @code{switch} statement. The @code{SWITCH_STMT_COND}
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200524779 (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Likewise.
25818 (do_case): Use SWITCH_COND rather than SWITCH_STMT_COND.
33311 (SWITCH_STMT_COND, SWITCH_STMT_BODY): New.