Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-dump.cc71 case SWITCH_STMT: in c_dump_tree()
H A Dc-common.def83 DEFTREECODE (SWITCH_STMT, "switch_stmt", tcc_statement, 4)
H A Dc-gimplify.cc491 case SWITCH_STMT: in c_genericize_control_stmt()
H A Dc-pretty-print.cc2813 case SWITCH_STMT: in statement()
H A Dc-common.cc5275 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 Dcp-objcp-common.c317 case SWITCH_STMT: in cxx_block_may_fallthru()
490 MARK_TS_EXP (SWITCH_STMT); in cp_common_init_ts()
H A Ddump.c310 case SWITCH_STMT: in cp_dump_tree()
H A Dlex.c306 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, in cxx_init() enumerator
H A Dconstexpr.c5565 = 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 Dcp-gimplify.c885 case SWITCH_STMT: in cp_gimplify_expr()
1743 case SWITCH_STMT: in cp_genericize_r()
H A Dcp-tree.def328 DEFTREECODE (SWITCH_STMT, "switch_stmt", tcc_statement, 4)
H A Dcxx-pretty-print.c2021 case SWITCH_STMT: in statement()
H A Dcoroutines.cc3787 case SWITCH_STMT: in await_statement_walker()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlex.cc307 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, in cxx_init() enumerator
H A DChangeLog-20052328 (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 Dcp-gimplify.cc621 case SWITCH_STMT: in cp_gimplify_expr()
1771 case SWITCH_STMT: in cp_genericize_r()
H A Dconstexpr.cc6350 = 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 DChangeLog-20122325 (cp_gimplify_expr): Mark FOR_STMT, WHILE_STMT, DO_STMT, SWITCH_STMT,
2328 SWITCH_STMT, CONTINUE_STMT, BREAK_STMT and OMP_FOR.
H A DChangeLog-20194467 (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 Dcoroutines.cc3637 case SWITCH_STMT: in await_statement_walker()
H A DChangeLog-20215242 SWITCH_STMT by ignoring break_stmt from its body.
5246 <case SWITCH_STMT>: Adjust check_for_return_continue_data initializer.
H A DChangeLog-20202333 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 Dcindex.py1111 CursorKind.SWITCH_STMT = CursorKind(206)
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgeneric.texi3346 @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 Dgeneric.texi2035 @item SWITCH_STMT
3289 @tindex SWITCH_STMT
3465 @item SWITCH_STMT

12