/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-dump.c | 160 case SWITCH_STMT:
|
H A D | c-common.def | 75 DEFTREECODE (SWITCH_STMT, "switch_stmt", 'e', 3)
|
H A D | c-semantics.c | 826 case SWITCH_STMT:
|
H A D | c-pretty-print.c | 1320 case SWITCH_STMT:
|
H A D | c-common.c | 3952 case SWITCH_STMT:
|
H A D | c-typeck.c | 7221 cs->switch_stmt = build_stmt (SWITCH_STMT, exp, NULL_TREE, orig_type);
|
H A D | ChangeLog.3 | 718 RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, 884 CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
|
H A D | ChangeLog.7 | 18206 * c-common.def (SWITCH_STMT): Add SWITCH_TYPE operand. 18217 * doc/c-tree.texi (SWITCH_STMT): Document SWITCH_TYPE.
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20000914-1.c | 200 SWITCH_STMT, enumerator
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | dump.c | 446 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 | 547 case SWITCH_STMT: in cp_gimplify_expr()
|
H A D | cp-tree.def | 304 DEFTREECODE (SWITCH_STMT, "switch_stmt", tcc_statement, 3)
|
H A D | cxx-pretty-print.c | 1617 case SWITCH_STMT: in pp_cxx_statement()
|
H A D | ChangeLog | 5843 (BREAK_STMT, CONTINUE_STMT, SWITCH_STMT): Likewise. 5992 CONTINUE_STMT, SWITCH_STMT. 5994 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT. 6008 SWITCH_STMT, CONTINUE_STMT, BREAK_STMT. 6015 * cxx-pretty-print.c (pp_cxx_statement): Handle SWITCH_STMT, 6847 * decl.c (finish_case_label): Use SWITCH_STMT accessor macros
|
H A D | semantics.c | 906 r = build_stmt (SWITCH_STMT, NULL_TREE, NULL_TREE, NULL_TREE); in begin_switch_stmt()
|
H A D | pt.c | 8654 case SWITCH_STMT: in tsubst_expr()
|
H A D | ChangeLog-1999 | 2377 (begin_switch_stmt): Build the SWITCH_STMT here.
|
H A D | ChangeLog-2000 | 3030 CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | semantics.c | 534 r = build_stmt (SWITCH_STMT, NULL_TREE, NULL_TREE, NULL_TREE); in begin_switch_stmt()
|
H A D | pt.c | 7829 case SWITCH_STMT:
|
H A D | ChangeLog | 12902 CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
|
/openbsd/gnu/llvm/clang/bindings/python/clang/ |
H A D | cindex.py | 1111 CursorKind.SWITCH_STMT = CursorKind(206)
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | c-tree.texi | 1316 @tindex SWITCH_STMT 1628 @item SWITCH_STMT
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | c-tree.texi | 1491 @tindex SWITCH_STMT 1746 @item SWITCH_STMT
|