Searched refs:SWITCH_BODY (Results 1 – 18 of 18) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-pretty-print.cc | 3244 if (SWITCH_BODY (node)) in dump_generic_node() 3247 dump_generic_node (pp, SWITCH_BODY (node), spc+4, flags, in dump_generic_node()
|
| D | gimplify.cc | 2692 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()
|
| D | tree.h | 1274 #define SWITCH_BODY(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 1) macro
|
| 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 | tree.cc | 12462 return block_may_fallthru (SWITCH_BODY (stmt)); in block_may_fallthru()
|
| D | fold-const.cc | 12791 if (walk_tree (&SWITCH_BODY (*tp), contains_label_1, data, d->pset)) in contains_label_1()
|
| D | ChangeLog-2017 | 264 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.
|
| D | ChangeLog-2000 | 15968 (SWITCH_BODY): Likewise. 16124 (SWITCH_BODY): Likewise.
|
| D | ChangeLog-2005 | 25818 (c_finish_case): Use SWITCH_BODY rather than SWITCH_STMT_BODY. 33305 * 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.
|
| D | ChangeLog-2016 | 6438 only when SWITCH_BODY is a BIND_EXPR.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | generic.texi | 2091 @code{SWITCH_BODY} is the body of the switch statement. 3348 @findex SWITCH_BODY
|
| D | gccint.info | 11779 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/ |
| D | constexpr.cc | 6357 = TREE_CODE (t) == SWITCH_STMT ? SWITCH_STMT_BODY (t) : SWITCH_BODY (t); in cxx_eval_switch_expr()
|
| D | ChangeLog-2017 | 309 break label into SWITCH_BODY instead of after it and set
|
| D | ChangeLog-2019 | 5250 * constexpr.c (cxx_eval_switch_expr): Use SWITCH_COND and SWITCH_BODY.
|
| D | ChangeLog-2000 | 3004 (SWITCH_BODY): Likewise.
|