Searched refs:SWITCH_STMT_COND (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | dump.c | 454 dump_child ("cond", SWITCH_STMT_COND (t)); in cp_dump_tree()
|
| H A D | cp-gimplify.c | 352 SWITCH_STMT_COND (stmt), body, NULL_TREE); in gimplify_switch_stmt()
|
| H A D | cp-tree.def | 308 SWITCH_STMT_COND, SWITCH_STMT_BODY and SWITCH_STMT_TYPE, respectively. */
|
| H A D | semantics.c | 934 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 D | cxx-pretty-print.c | 1625 pp_cxx_expression (pp, SWITCH_STMT_COND (t)); in pp_cxx_statement()
|
| H A D | cp-tree.h | 3137 #define SWITCH_STMT_COND(NODE) TREE_OPERAND (SWITCH_STMT_CHECK (NODE), 0) macro
|
| H A D | decl.c | 2656 SWITCH_STMT_COND (cs->switch_stmt)); in pop_switch() 2683 cond = SWITCH_STMT_COND (switch_stack->switch_stmt); in finish_case_label()
|
| H A D | pt.c | 8679 tmp = RECUR (SWITCH_STMT_COND (t)); in tsubst_expr()
|
| H A D | ChangeLog | 6067 (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Define.
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | c-tree.texi | 1748 Used to represent a @code{switch} statement. The @code{SWITCH_STMT_COND}
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2005 | 24779 (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.
|