Home
last modified time | relevance | path

Searched refs:LABEL_STMT (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-dump.c148 case LABEL_STMT:
H A Dc-pretty-print.c1252 case LABEL_STMT:
1255 if (code == LABEL_STMT)
1257 else if (code == LABEL_STMT)
H A Dc-common.def82 DEFTREECODE (LABEL_STMT, "label_stmt", 'e', 1)
H A Dc-semantics.c834 case LABEL_STMT:
H A Dtree-inline.c1333 build_stmt (LABEL_STMT, id->ret_label));
H A Dc-parse.in2445 $$ = add_stmt (build_stmt (LABEL_STMT, label));
H A Dc-common.c3954 case LABEL_STMT:
H A DChangeLog.3719 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 D20000914-1.c202 LABEL_STMT, enumerator
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog.tree-ssa19 * pt.c (tsubst_expr): Don't special-case LABEL_STMT.
H A DChangeLog-19992017 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 DChangeLog-20003030 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 Dsemantics.c976 add_stmt (build_stmt (LABEL_STMT, decl));
H A Dtree.c2332 else if (TREE_CODE (t) == LABEL_STMT)
H A Dpt.c7849 case LABEL_STMT:
H A Ddecl.c14861 add_stmt (build_stmt (LABEL_STMT, dtor_label)); in finish_destructor_body()
H A DChangeLog.22017 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 DChangeLog12902 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 Dcindex.py1096 CursorKind.LABEL_STMT = CursorKind(201)
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1305 @tindex LABEL_STMT
1577 @item LABEL_STMT