Searched refs:LABEL_STMT (Results 1 – 20 of 20) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-dump.c | 148 case LABEL_STMT:
|
| H A D | c-pretty-print.c | 1252 case LABEL_STMT: 1255 if (code == LABEL_STMT) 1257 else if (code == LABEL_STMT)
|
| H A D | c-common.def | 82 DEFTREECODE (LABEL_STMT, "label_stmt", 'e', 1)
|
| H A D | c-semantics.c | 834 case LABEL_STMT:
|
| H A D | tree-inline.c | 1333 build_stmt (LABEL_STMT, id->ret_label));
|
| H A D | c-parse.in | 2445 $$ = add_stmt (build_stmt (LABEL_STMT, label));
|
| H A D | c-common.c | 3954 case LABEL_STMT:
|
| H A D | ChangeLog.3 | 719 LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR. 884 CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20000914-1.c | 202 LABEL_STMT, enumerator
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog.tree-ssa | 19 * pt.c (tsubst_expr): Don't special-case LABEL_STMT.
|
| H A D | ChangeLog-1999 | 2017 directly for a LABEL_STMT. Tweak handling of GOTO_STMT. Adjust 3061 * cp-tree.def (LABEL_STMT): New tree node. 3085 * dump.c (dequeue_and_dump): Handle LABEL_STMT. 3089 * semantics.c (finish_label_stmt): Add a LABEL_STMT when
|
| H A D | ChangeLog-2000 | 3030 CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT, 4734 (finish_construtor_body): Don't create a corresponding LABEL_STMT.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | semantics.c | 976 add_stmt (build_stmt (LABEL_STMT, decl));
|
| H A D | tree.c | 2332 else if (TREE_CODE (t) == LABEL_STMT)
|
| H A D | pt.c | 7849 case LABEL_STMT:
|
| H A D | decl.c | 14861 add_stmt (build_stmt (LABEL_STMT, dtor_label)); in finish_destructor_body()
|
| H A D | ChangeLog.2 | 2017 directly for a LABEL_STMT. Tweak handling of GOTO_STMT. Adjust 3061 * cp-tree.def (LABEL_STMT): New tree node. 3085 * dump.c (dequeue_and_dump): Handle LABEL_STMT. 3089 * semantics.c (finish_label_stmt): Add a LABEL_STMT when
|
| H A D | ChangeLog | 12902 CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT, 14606 (finish_construtor_body): Don't create a corresponding LABEL_STMT.
|
| /openbsd-src/gnu/llvm/clang/bindings/python/clang/ |
| H A D | cindex.py | 1096 CursorKind.LABEL_STMT = CursorKind(201)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1305 @tindex LABEL_STMT 1577 @item LABEL_STMT
|