Searched refs:SWITCH_BODY (Results 1 – 19 of 19) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-dump.c | 163 dump_child ("body", SWITCH_BODY (t));
|
| H A D | c-common.def | 74 SWITCH_COND, SWITCH_BODY and SWITCH_TYPE, respectively. */
|
| H A D | c-semantics.c | 649 expand_stmt (SWITCH_BODY (t));
|
| H A D | c-common.h | 995 #define SWITCH_BODY(NODE) TREE_OPERAND (SWITCH_STMT_CHECK (NODE), 1) macro
|
| H A D | c-pretty-print.c | 1328 pp_statement (ppi, SWITCH_BODY (stmt));
|
| H A D | c-typeck.c | 7261 RECHAIN_STMTS (cs->switch_stmt, SWITCH_BODY (cs->switch_stmt)); in c_finish_case()
|
| H A D | ChangeLog.3 | 702 (SWITCH_BODY): Likewise. 858 (SWITCH_BODY): Likewise.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A 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()
|
| H A 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()
|
| H A D | stmt.c | 2337 gcc_assert (!SWITCH_BODY (exp)); in expand_case()
|
| H A D | tree.h | 1480 #define SWITCH_BODY(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 1) macro
|
| H A D | c-typeck.c | 7246 SWITCH_BODY (cs->switch_expr) = body; in c_finish_case()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | semantics.c | 589 RECHAIN_STMTS (switch_stmt, SWITCH_BODY (switch_stmt));
|
| H A D | pt.c | 7837 tsubst_expr (SWITCH_BODY (t), args, complain, in_decl);
|
| H A D | ChangeLog | 12876 (SWITCH_BODY): Likewise.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1318 @findex SWITCH_BODY 1633 for the condition. The @code{SWITCH_BODY} is the body of the switch
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1493 @findex SWITCH_BODY
|
| H A D | gccint.info | 33745 * SWITCH_BODY: Function Bodies. (line 6)
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-2000 | 3004 (SWITCH_BODY): Likewise.
|