Searched refs:SWITCH_STMT_COND (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | dump.c | 448 dump_child ("cond", SWITCH_STMT_COND (t)); in cp_dump_tree()
|
| D | cp-gimplify.c | 313 SWITCH_STMT_COND (stmt), body, NULL_TREE); in gimplify_switch_stmt()
|
| D | cp-tree.def | 303 SWITCH_STMT_COND, SWITCH_STMT_BODY and SWITCH_STMT_TYPE, respectively. */
|
| D | semantics.c | 910 begin_cond (&SWITCH_STMT_COND (r)); in begin_switch_stmt() 954 finish_cond (&SWITCH_STMT_COND (switch_stmt), cond); in finish_switch_cond()
|
| D | cxx-pretty-print.c | 1621 pp_cxx_expression (pp, SWITCH_STMT_COND (t)); in pp_cxx_statement()
|
| D | cp-tree.h | 3097 #define SWITCH_STMT_COND(NODE) TREE_OPERAND (SWITCH_STMT_CHECK (NODE), 0) macro
|
| D | decl.c | 2641 SWITCH_STMT_COND (cs->switch_stmt)); in pop_switch() 2668 cond = SWITCH_STMT_COND (switch_stack->switch_stmt); in finish_case_label()
|
| D | pt.c | 8656 tmp = RECUR (SWITCH_STMT_COND (t)); in tsubst_expr()
|
| D | ChangeLog | 5998 (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Define.
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | c-tree.texi | 1748 Used to represent a @code{switch} statement. The @code{SWITCH_STMT_COND}
|
| D | gccint.info | 5409 Used to represent a `switch' statement. The `SWITCH_STMT_COND' is
|