Searched refs:SWITCH_STMT (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | dump.c | 452 case SWITCH_STMT: in cp_dump_tree()
|
| H A D | lex.c | 359 CONTINUE_STMT, SWITCH_STMT, EXPR_STMT in cxx_init() enumerator
|
| H A D | cp-gimplify.c | 586 case SWITCH_STMT: in cp_gimplify_expr()
|
| H A D | cp-tree.def | 309 DEFTREECODE (SWITCH_STMT, "switch_stmt", tcc_statement, 3)
|
| H A D | cxx-pretty-print.c | 1621 case SWITCH_STMT: in pp_cxx_statement()
|
| H A D | ChangeLog | 5912 (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 D | semantics.c | 930 r = build_stmt (SWITCH_STMT, NULL_TREE, NULL_TREE, NULL_TREE); in begin_switch_stmt()
|
| H A D | pt.c | 8677 case SWITCH_STMT: in tsubst_expr()
|
| H A D | ChangeLog-2000 | 3030 CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
|
| H A D | ChangeLog-1999 | 2377 (begin_switch_stmt): Build the SWITCH_STMT here.
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | c-tree.texi | 1491 @tindex SWITCH_STMT 1746 @item SWITCH_STMT
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2005 | 24775 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 D | ChangeLog.tree-ssa | 18646 that was created for the associated SWITCH_STMT entry block. 19194 Do nothing for SWITCH_STMT trees.
|
| H A D | ChangeLog-2000 | 15984 RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, 16150 CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
|
| H A D | ChangeLog-2002 | 32653 * c-common.def (SWITCH_STMT): Add SWITCH_TYPE operand. 32664 * doc/c-tree.texi (SWITCH_STMT): Document SWITCH_TYPE.
|
| H A D | ChangeLog-2003 | 30977 (c_finish_case): Rechain the next statements to the SWITCH_STMT.
|