Home
last modified time | relevance | path

Searched refs:SWITCH_STMT (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Ddump.c452 case SWITCH_STMT: in cp_dump_tree()
H A Dlex.c359 CONTINUE_STMT, SWITCH_STMT, EXPR_STMT in cxx_init() enumerator
H A Dcp-gimplify.c586 case SWITCH_STMT: in cp_gimplify_expr()
H A Dcp-tree.def309 DEFTREECODE (SWITCH_STMT, "switch_stmt", tcc_statement, 3)
H A Dcxx-pretty-print.c1621 case SWITCH_STMT: in pp_cxx_statement()
H A DChangeLog5912 (BREAK_STMT, CONTINUE_STMT, SWITCH_STMT): Likewise.
6061 CONTINUE_STMT, SWITCH_STMT.
6063 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT.
6077 SWITCH_STMT, CONTINUE_STMT, BREAK_STMT.
6084 * cxx-pretty-print.c (pp_cxx_statement): Handle SWITCH_STMT,
6916 * decl.c (finish_case_label): Use SWITCH_STMT accessor macros
H A Dsemantics.c930 r = build_stmt (SWITCH_STMT, NULL_TREE, NULL_TREE, NULL_TREE); in begin_switch_stmt()
H A Dpt.c8677 case SWITCH_STMT: in tsubst_expr()
H A DChangeLog-20003030 CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
H A DChangeLog-19992377 (begin_switch_stmt): Build the SWITCH_STMT here.
/freebsd-12.1/contrib/gcc/doc/
H A Dc-tree.texi1491 @tindex SWITCH_STMT
1746 @item SWITCH_STMT
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200524775 CONTINUE_STMT, and SWITCH_STMT to cp/cp-tree.def.
24781 BREAK_STMT, CONTINUE_STMT, and SWITCH_STMT.
24794 DO_STMT, SWITCH_STMT, CONTINUE_STMT, BREAK_STMT.
24802 CONTINUE_STMT, DO_STMT, FOR_STMT, SWITCH_STMT, and WHILE_STMT.
25817 (c_start_case): Build SWITCH_EXPR, not SWITCH_STMT.
33312 * c-common.def (SWITCH_STMT): Update to match.
33313 * c-common.c (c_do_switch_warnings): Use SWITCH_STMT accessor
33319 * doc/c-tree.texi (SWITCH_STMT): Update accessor macro names.
H A DChangeLog.tree-ssa18646 that was created for the associated SWITCH_STMT entry block.
19194 Do nothing for SWITCH_STMT trees.
H A DChangeLog-200015984 RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT,
16150 CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
H A DChangeLog-200232653 * c-common.def (SWITCH_STMT): Add SWITCH_TYPE operand.
32664 * doc/c-tree.texi (SWITCH_STMT): Document SWITCH_TYPE.
H A DChangeLog-200330977 (c_finish_case): Rechain the next statements to the SWITCH_STMT.