Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dgimplify.c1369 if (SWITCH_BODY (switch_expr)) in gimplify_switch_expr()
1382 gimplify_to_stmt_list (&SWITCH_BODY (switch_expr)); in gimplify_switch_expr()
1426 append_to_statement_list (SWITCH_BODY (switch_expr), pre_p); in gimplify_switch_expr()
1431 *expr_p = SWITCH_BODY (switch_expr); in gimplify_switch_expr()
1441 SWITCH_BODY (switch_expr) = NULL; in gimplify_switch_expr()
Dtree-pretty-print.c1511 if (SWITCH_BODY (node)) in dump_generic_node()
1514 dump_generic_node (buffer, SWITCH_BODY (node), spc+4, flags, in dump_generic_node()
Dstmt.c2348 gcc_assert (!SWITCH_BODY (exp)); in expand_case()
Dtree.h1510 #define SWITCH_BODY(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 1) macro
Dc-typeck.c7661 SWITCH_BODY (cs->switch_expr) = body; in c_finish_case()
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,
DChangeLog-200015968 (SWITCH_BODY): Likewise.
16124 (SWITCH_BODY): Likewise.
DChangeLog-200525819 (c_finish_case): Use SWITCH_BODY rather than SWITCH_STMT_BODY.
33306 * 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.
/freebsd-12-stable/contrib/gcc/doc/
Dc-tree.texi1493 @findex SWITCH_BODY
/freebsd-12-stable/contrib/gcc/cp/
DChangeLog-20003004 (SWITCH_BODY): Likewise.