/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-dump.c | 79 case BREAK_STMT:
|
H A D | c-semantics.c | 555 return (build_stmt (BREAK_STMT)); in build_break_stmt() 818 case BREAK_STMT:
|
H A D | c-common.def | 68 DEFTREECODE (BREAK_STMT, "break_stmt", 'e', 0)
|
H A D | c-pretty-print.c | 1375 case BREAK_STMT: 1378 pp_identifier (ppi, code == BREAK_STMT ? "break" : "continue");
|
H A D | c-common.c | 3949 case BREAK_STMT:
|
H A D | ChangeLog.3 | 718 RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, 883 FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20000914-1.c | 198 BREAK_STMT, enumerator
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | dump.c | 427 case BREAK_STMT: in cp_dump_tree()
|
H A D | lex.c | 358 WHILE_STMT, DO_STMT, BREAK_STMT, in cxx_init() enumerator
|
H A D | cxx-pretty-print.c | 1688 case BREAK_STMT: in pp_cxx_statement() 1690 pp_identifier (pp, TREE_CODE (t) == BREAK_STMT ? "break" : "continue"); in pp_cxx_statement()
|
H A D | cp-gimplify.c | 561 case BREAK_STMT: in cp_gimplify_expr()
|
H A D | cp-tree.def | 297 DEFTREECODE (BREAK_STMT, "break_stmt", tcc_statement, 0)
|
H A D | ChangeLog | 5843 (BREAK_STMT, CONTINUE_STMT, SWITCH_STMT): Likewise. 5991 * cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT, 5994 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT. 6008 SWITCH_STMT, CONTINUE_STMT, BREAK_STMT. 6011 (BREAK_STMT) rather than build_break_stmt. 6016 WHILE_STMT, DO_STMT, FOR_STMT, BREAK_STMT, CONTINUE_STMT.
|
H A D | semantics.c | 887 return add_stmt (build_stmt (BREAK_STMT)); in finish_break_stmt()
|
H A D | pt.c | 8646 case BREAK_STMT: in tsubst_expr()
|
H A D | ChangeLog-2000 | 3029 FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
|
/openbsd/gnu/llvm/clang/bindings/python/clang/ |
H A D | cindex.py | 1132 CursorKind.BREAK_STMT = CursorKind(213)
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | c-tree.texi | 1275 @tindex BREAK_STMT 1437 @item BREAK_STMT
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | c-tree.texi | 1464 @tindex BREAK_STMT 1599 @item BREAK_STMT
|
H A D | gccint.info | 5281 `BREAK_STMT' 31804 * BREAK_STMT: Function Bodies. (line 6)
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | pt.c | 7819 case BREAK_STMT:
|
H A D | ChangeLog | 12901 FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
|