| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-dump.cc | 71 case SWITCH_STMT: in c_dump_tree()
|
| H A D | c-common.def | 83 DEFTREECODE (SWITCH_STMT, "switch_stmt", tcc_statement, 4)
|
| H A D | c-gimplify.cc | 491 case SWITCH_STMT: in c_genericize_control_stmt()
|
| H A D | c-pretty-print.cc | 2813 case SWITCH_STMT: in statement()
|
| H A D | c-common.cc | 5275 case SWITCH_STMT: in c_block_may_fallthru() 8484 MARK_TS_EXP (SWITCH_STMT); in c_common_init_ts()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-objcp-common.c | 317 case SWITCH_STMT: in cxx_block_may_fallthru() 490 MARK_TS_EXP (SWITCH_STMT); in cp_common_init_ts()
|
| H A D | dump.c | 310 case SWITCH_STMT: in cp_dump_tree()
|
| H A D | lex.c | 306 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, in cxx_init() enumerator
|
| H A D | constexpr.c | 5565 = TREE_CODE (t) == SWITCH_STMT ? SWITCH_STMT_COND (t) : SWITCH_COND (t); in cxx_eval_switch_expr() 5572 = TREE_CODE (t) == SWITCH_STMT ? SWITCH_STMT_BODY (t) : SWITCH_BODY (t); in cxx_eval_switch_expr() 6654 case SWITCH_STMT: in cxx_eval_constant_expression() 7596 case SWITCH_STMT: in check_for_return_continue() 8137 case SWITCH_STMT: in potential_constant_expression_1()
|
| H A D | cp-gimplify.c | 885 case SWITCH_STMT: in cp_gimplify_expr() 1743 case SWITCH_STMT: in cp_genericize_r()
|
| H A D | cp-tree.def | 328 DEFTREECODE (SWITCH_STMT, "switch_stmt", tcc_statement, 4)
|
| H A D | cxx-pretty-print.c | 2021 case SWITCH_STMT: in statement()
|
| H A D | coroutines.cc | 3787 case SWITCH_STMT: in await_statement_walker()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | lex.cc | 307 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, in cxx_init() enumerator
|
| H A D | ChangeLog-2005 | 2328 (BREAK_STMT, CONTINUE_STMT, SWITCH_STMT): Likewise. 2477 CONTINUE_STMT, SWITCH_STMT. 2479 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT. 2493 SWITCH_STMT, CONTINUE_STMT, BREAK_STMT. 2500 * cxx-pretty-print.c (pp_cxx_statement): Handle SWITCH_STMT, 3332 * decl.c (finish_case_label): Use SWITCH_STMT accessor macros
|
| H A D | cp-gimplify.cc | 621 case SWITCH_STMT: in cp_gimplify_expr() 1771 case SWITCH_STMT: in cp_genericize_r()
|
| H A D | constexpr.cc | 6350 = TREE_CODE (t) == SWITCH_STMT ? SWITCH_STMT_COND (t) : SWITCH_COND (t); in cxx_eval_switch_expr() 6357 = TREE_CODE (t) == SWITCH_STMT ? SWITCH_STMT_BODY (t) : SWITCH_BODY (t); in cxx_eval_switch_expr() 7540 case SWITCH_STMT: in cxx_eval_constant_expression() 8534 case SWITCH_STMT: in check_for_return_continue() 9083 case SWITCH_STMT: in potential_constant_expression_1()
|
| H A D | ChangeLog-2012 | 2325 (cp_gimplify_expr): Mark FOR_STMT, WHILE_STMT, DO_STMT, SWITCH_STMT, 2328 SWITCH_STMT, CONTINUE_STMT, BREAK_STMT and OMP_FOR.
|
| H A D | ChangeLog-2019 | 4467 (potential_constant_expression_1) <case SWITCH_STMT>: Walk 4982 (cxx_eval_switch_expr): Add support for SWITCH_STMT. 4984 DO_STMT, CONTINUE_STMT, SWITCH_STMT, BREAK_STMT and CONTINUE_STMT.
|
| H A D | coroutines.cc | 3637 case SWITCH_STMT: in await_statement_walker()
|
| H A D | ChangeLog-2021 | 5242 SWITCH_STMT by ignoring break_stmt from its body. 5246 <case SWITCH_STMT>: Adjust check_for_return_continue_data initializer.
|
| H A D | ChangeLog-2020 | 2333 c_block_may_fallthru instead of handling SWITCH_STMT here. 2337 (BREAK_STMT, CONTINUE_STMT, SWITCH_STMT): Likewise.
|
| /netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/ |
| H A D | cindex.py | 1111 CursorKind.SWITCH_STMT = CursorKind(206)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | generic.texi | 3346 @tindex SWITCH_STMT 3521 @item SWITCH_STMT 3532 There are also two boolean flags used with @code{SWITCH_STMT}.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | generic.texi | 2035 @item SWITCH_STMT 3289 @tindex SWITCH_STMT 3465 @item SWITCH_STMT
|