/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-dump.cc | 73 dump_child ("cond", SWITCH_STMT_COND (t)); in c_dump_tree()
|
H A D | c-common.def | 81 SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE, and
|
H A D | c-gimplify.cc | 397 cond = SWITCH_STMT_COND (stmt); in genericize_switch_stmt()
|
H A D | c-common.h | 1361 #define SWITCH_STMT_COND(NODE) TREE_OPERAND (SWITCH_STMT_CHECK (NODE), 0) macro
|
H A D | c-pretty-print.cc | 2817 expression (SWITCH_STMT_COND (t)); in statement()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | dump.c | 312 dump_child ("cond", SWITCH_STMT_COND (t)); in cp_dump_tree()
|
H A D | coroutines.cc | 3793 if ((res = cp_walk_tree (&SWITCH_STMT_COND (sw_stmt), in await_statement_walker() 3809 tree cond_inner = SWITCH_STMT_COND (sw_stmt); in await_statement_walker() 3812 location_t sloc = EXPR_LOCATION (SWITCH_STMT_COND (sw_stmt)); in await_statement_walker() 3816 SWITCH_STMT_COND (sw_stmt) = newvar; in await_statement_walker()
|
H A D | cp-tree.def | 326 SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE, and
|
H A D | constexpr.c | 5565 = TREE_CODE (t) == SWITCH_STMT ? SWITCH_STMT_COND (t) : SWITCH_COND (t); in cxx_eval_switch_expr() 7598 RECUR (SWITCH_STMT_COND (t)); in check_for_return_continue() 8138 if (!RECUR (SWITCH_STMT_COND (t), rval)) in potential_constant_expression_1()
|
H A D | cxx-pretty-print.c | 2025 expression (SWITCH_STMT_COND (t)); in statement()
|
H A D | cp-gimplify.c | 398 cond = SWITCH_STMT_COND (stmt); in genericize_switch_stmt()
|
H A D | semantics.c | 1236 begin_cond (&SWITCH_STMT_COND (r)); in begin_switch_stmt() 1277 finish_cond (&SWITCH_STMT_COND (switch_stmt), cond); in finish_switch_cond()
|
H A D | decl.c | 3651 tree cond = SWITCH_STMT_COND (cs->switch_stmt); in pop_switch() 3775 cond = SWITCH_STMT_COND (switch_stack->switch_stmt); in finish_case_label()
|
H A D | cp-tree.h | 5131 #define SWITCH_STMT_COND(NODE) TREE_OPERAND (SWITCH_STMT_CHECK (NODE), 0) macro
|
H A D | pt.c | 18371 tmp = RECUR (SWITCH_STMT_COND (t)); in tsubst_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | coroutines.cc | 3645 if (!(cp_walk_tree (&SWITCH_STMT_COND (sw_stmt), in await_statement_walker() 3659 tree cond_inner = SWITCH_STMT_COND (sw_stmt); in await_statement_walker() 3662 location_t sloc = EXPR_LOCATION (SWITCH_STMT_COND (sw_stmt)); in await_statement_walker() 3666 SWITCH_STMT_COND (sw_stmt) = newvar; in await_statement_walker()
|
H A D | constexpr.cc | 6350 = TREE_CODE (t) == SWITCH_STMT ? SWITCH_STMT_COND (t) : SWITCH_COND (t); in cxx_eval_switch_expr() 8536 RECUR (SWITCH_STMT_COND (t)); in check_for_return_continue() 9084 if (!RECUR (SWITCH_STMT_COND (t), rval)) in potential_constant_expression_1()
|
H A D | semantics.cc | 1507 begin_cond (&SWITCH_STMT_COND (r)); in begin_switch_stmt() 1548 finish_cond (&SWITCH_STMT_COND (switch_stmt), cond); in finish_switch_cond()
|
H A D | decl.cc | 3854 tree cond = SWITCH_STMT_COND (cs->switch_stmt); in pop_switch() 3978 cond = SWITCH_STMT_COND (switch_stack->switch_stmt); in finish_case_label()
|
H A D | ChangeLog-2020 | 551 set it to the type of SWITCH_STMT_COND. 2342 (SWITCH_STMT_COND, SWITCH_STMT_BODY): Likewise.
|
H A D | ChangeLog-2005 | 2483 (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Define.
|
H A D | pt.cc | 18983 tmp = RECUR (SWITCH_STMT_COND (t)); in tsubst_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | generic.texi | 2037 Used to represent a @code{switch} statement. The @code{SWITCH_STMT_COND} 3467 Used to represent a @code{switch} statement. The @code{SWITCH_STMT_COND}
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 11165 SWITCH_STMT_COND (c_switch_stack->switch_stmt), in do_case() 11187 SWITCH_STMT_COND (cs->switch_stmt), cs->bool_cond_p); in c_finish_switch()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | generic.texi | 3523 Used to represent a @code{switch} statement. The @code{SWITCH_STMT_COND}
|