Searched refs:SWITCH_BODY (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | gimplify.c | 1369 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()
|
| D | tree-pretty-print.c | 1511 if (SWITCH_BODY (node)) in dump_generic_node() 1514 dump_generic_node (buffer, SWITCH_BODY (node), spc+4, flags, in dump_generic_node()
|
| D | stmt.c | 2348 gcc_assert (!SWITCH_BODY (exp)); in expand_case()
|
| D | tree.h | 1510 #define SWITCH_BODY(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 1) macro
|
| D | c-typeck.c | 7661 SWITCH_BODY (cs->switch_expr) = body; in c_finish_case()
|
| D | ChangeLog.tree-ssa | 6411 * 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,
|
| D | ChangeLog-2000 | 15968 (SWITCH_BODY): Likewise. 16124 (SWITCH_BODY): Likewise.
|
| D | ChangeLog-2005 | 25819 (c_finish_case): Use SWITCH_BODY rather than SWITCH_STMT_BODY. 33306 * tree.h (SWITCH_COND, SWITCH_BODY, SWITCH_LABELS, CASE_LOW,
|
| D | ChangeLog-2004 | 22941 <SWITCH_EXPR>: Die if we have a non-NULL SWITCH_BODY. Update calls 34010 EXIT_EXPR_COND, SWITCH_COND, SWITCH_BODY, SWITCH_LABELS,
|
| D | ChangeLog-2003 | 30976 * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | c-tree.texi | 1493 @findex SWITCH_BODY
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | ChangeLog-2000 | 3004 (SWITCH_BODY): Likewise.
|