Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-dump.cc73 dump_child ("cond", SWITCH_STMT_COND (t)); in c_dump_tree()
H A Dc-common.def81 SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE, and
H A Dc-gimplify.cc397 cond = SWITCH_STMT_COND (stmt); in genericize_switch_stmt()
H A Dc-common.h1361 #define SWITCH_STMT_COND(NODE) TREE_OPERAND (SWITCH_STMT_CHECK (NODE), 0) macro
H A Dc-pretty-print.cc2817 expression (SWITCH_STMT_COND (t)); in statement()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddump.c312 dump_child ("cond", SWITCH_STMT_COND (t)); in cp_dump_tree()
H A Dcoroutines.cc3793 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 Dcp-tree.def326 SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE, and
H A Dconstexpr.c5565 = 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 Dcxx-pretty-print.c2025 expression (SWITCH_STMT_COND (t)); in statement()
H A Dcp-gimplify.c398 cond = SWITCH_STMT_COND (stmt); in genericize_switch_stmt()
H A Dsemantics.c1236 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 Ddecl.c3651 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 Dcp-tree.h5131 #define SWITCH_STMT_COND(NODE) TREE_OPERAND (SWITCH_STMT_CHECK (NODE), 0) macro
H A Dpt.c18371 tmp = RECUR (SWITCH_STMT_COND (t)); in tsubst_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcoroutines.cc3645 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 Dconstexpr.cc6350 = 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 Dsemantics.cc1507 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 Ddecl.cc3854 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 DChangeLog-2020551 set it to the type of SWITCH_STMT_COND.
2342 (SWITCH_STMT_COND, SWITCH_STMT_BODY): Likewise.
H A DChangeLog-20052483 (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Define.
H A Dpt.cc18983 tmp = RECUR (SWITCH_STMT_COND (t)); in tsubst_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgeneric.texi2037 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 Dc-typeck.cc11165 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 Dgeneric.texi3523 Used to represent a @code{switch} statement. The @code{SWITCH_STMT_COND}

12