Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-dump.c163 dump_child ("body", SWITCH_BODY (t));
H A Dc-common.def74 SWITCH_COND, SWITCH_BODY and SWITCH_TYPE, respectively. */
H A Dc-semantics.c649 expand_stmt (SWITCH_BODY (t));
H A Dc-common.h995 #define SWITCH_BODY(NODE) TREE_OPERAND (SWITCH_STMT_CHECK (NODE), 1) macro
H A Dc-pretty-print.c1328 pp_statement (ppi, SWITCH_BODY (stmt));
H A Dc-typeck.c7261 RECHAIN_STMTS (cs->switch_stmt, SWITCH_BODY (cs->switch_stmt)); in c_finish_case()
H A DChangeLog.3702 (SWITCH_BODY): Likewise.
858 (SWITCH_BODY): Likewise.
/openbsd-src/gnu/gcc/gcc/
H A 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()
H A 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()
H A Dstmt.c2337 gcc_assert (!SWITCH_BODY (exp)); in expand_case()
H A Dtree.h1480 #define SWITCH_BODY(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 1) macro
H A Dc-typeck.c7246 SWITCH_BODY (cs->switch_expr) = body; in c_finish_case()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c589 RECHAIN_STMTS (switch_stmt, SWITCH_BODY (switch_stmt));
H A Dpt.c7837 tsubst_expr (SWITCH_BODY (t), args, complain, in_decl);
H A DChangeLog12876 (SWITCH_BODY): Likewise.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1318 @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 Dc-tree.texi1493 @findex SWITCH_BODY
H A Dgccint.info33745 * SWITCH_BODY: Function Bodies. (line 6)
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20003004 (SWITCH_BODY): Likewise.