Home
last modified time | relevance | path

Searched refs:SWITCH_BODY (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-pretty-print.cc3244 if (SWITCH_BODY (node)) in dump_generic_node()
3247 dump_generic_node (pp, SWITCH_BODY (node), spc+4, flags, in dump_generic_node()
Dgimplify.cc2692 if (SWITCH_BODY (switch_expr)) in gimplify_switch_expr()
2707 tree_code body_type = TREE_CODE (SWITCH_BODY (switch_expr)); in gimplify_switch_expr()
2716 gimplify_stmt (&SWITCH_BODY (switch_expr), &switch_body_seq); in gimplify_switch_expr()
Dtree.h1274 #define SWITCH_BODY(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 1) macro
DChangeLog.tree-ssa6411 * expr.c (expand_expr_1): Handle SWITCH_BODY clear and
6415 * gimplify.c (gimplify_switch_expr): Zap SWITCH_BODY after
6431 (remove_useless_stmts_and_vars_1): Don't go into SWITCH_BODY.
6453 * tree-inline.c (expand_calls_inline): Don't search null SWITCH_BODY.
15559 * c-common.h (SWITCH_COND, SWITCH_BODY, CASE_LOW, CASE_HIGH,
Dtree.cc12462 return block_may_fallthru (SWITCH_BODY (stmt)); in block_may_fallthru()
Dfold-const.cc12791 if (walk_tree (&SWITCH_BODY (*tp), contains_label_1, data, d->pset)) in contains_label_1()
DChangeLog-2017264 inside of a SWITCH_BODY seen during the walk.
4767 is set on SWITCH_EXPR and !block_may_fallthru (SWITCH_BODY ()).
4967 assert SWITCH_BODY is non-NULL.
27009 Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST.
DChangeLog-200015968 (SWITCH_BODY): Likewise.
16124 (SWITCH_BODY): Likewise.
DChangeLog-200525818 (c_finish_case): Use SWITCH_BODY rather than SWITCH_STMT_BODY.
33305 * tree.h (SWITCH_COND, SWITCH_BODY, SWITCH_LABELS, CASE_LOW,
DChangeLog-200422941 <SWITCH_EXPR>: Die if we have a non-NULL SWITCH_BODY. Update calls
34010 EXIT_EXPR_COND, SWITCH_COND, SWITCH_BODY, SWITCH_LABELS,
DChangeLog-200330976 * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
DChangeLog-20166438 only when SWITCH_BODY is a BIND_EXPR.
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgeneric.texi2091 @code{SWITCH_BODY} is the body of the switch statement.
3348 @findex SWITCH_BODY
Dgccint.info11779 expression on which the switch is occurring. The 'SWITCH_BODY' is
57039 * SWITCH_BODY: Statements for C and C++.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dconstexpr.cc6357 = TREE_CODE (t) == SWITCH_STMT ? SWITCH_STMT_BODY (t) : SWITCH_BODY (t); in cxx_eval_switch_expr()
DChangeLog-2017309 break label into SWITCH_BODY instead of after it and set
DChangeLog-20195250 * constexpr.c (cxx_eval_switch_expr): Use SWITCH_COND and SWITCH_BODY.
DChangeLog-20003004 (SWITCH_BODY): Likewise.