Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Ddump.c448 dump_child ("cond", SWITCH_STMT_COND (t)); in cp_dump_tree()
Dcp-gimplify.c313 SWITCH_STMT_COND (stmt), body, NULL_TREE); in gimplify_switch_stmt()
Dcp-tree.def303 SWITCH_STMT_COND, SWITCH_STMT_BODY and SWITCH_STMT_TYPE, respectively. */
Dsemantics.c910 begin_cond (&SWITCH_STMT_COND (r)); in begin_switch_stmt()
954 finish_cond (&SWITCH_STMT_COND (switch_stmt), cond); in finish_switch_cond()
Dcxx-pretty-print.c1621 pp_cxx_expression (pp, SWITCH_STMT_COND (t)); in pp_cxx_statement()
Dcp-tree.h3097 #define SWITCH_STMT_COND(NODE) TREE_OPERAND (SWITCH_STMT_CHECK (NODE), 0) macro
Ddecl.c2641 SWITCH_STMT_COND (cs->switch_stmt)); in pop_switch()
2668 cond = SWITCH_STMT_COND (switch_stack->switch_stmt); in finish_case_label()
Dpt.c8656 tmp = RECUR (SWITCH_STMT_COND (t)); in tsubst_expr()
DChangeLog5998 (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Define.
/openbsd/src/gnu/gcc/gcc/doc/
Dc-tree.texi1748 Used to represent a @code{switch} statement. The @code{SWITCH_STMT_COND}
Dgccint.info5409 Used to represent a `switch' statement. The `SWITCH_STMT_COND' is