Home
last modified time | relevance | path

Searched refs:BREAK_STMT (Results 1 – 22 of 22) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-dump.c79 case BREAK_STMT:
H A Dc-semantics.c555 return (build_stmt (BREAK_STMT)); in build_break_stmt()
818 case BREAK_STMT:
H A Dc-common.def68 DEFTREECODE (BREAK_STMT, "break_stmt", 'e', 0)
H A Dc-pretty-print.c1375 case BREAK_STMT:
1378 pp_identifier (ppi, code == BREAK_STMT ? "break" : "continue");
H A Dc-common.c3949 case BREAK_STMT:
H A DChangeLog.3718 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 D20000914-1.c198 BREAK_STMT, enumerator
/openbsd/gnu/gcc/gcc/cp/
H A Ddump.c427 case BREAK_STMT: in cp_dump_tree()
H A Dlex.c358 WHILE_STMT, DO_STMT, BREAK_STMT, in cxx_init() enumerator
H A Dcxx-pretty-print.c1688 case BREAK_STMT: in pp_cxx_statement()
1690 pp_identifier (pp, TREE_CODE (t) == BREAK_STMT ? "break" : "continue"); in pp_cxx_statement()
H A Dcp-gimplify.c561 case BREAK_STMT: in cp_gimplify_expr()
H A Dcp-tree.def297 DEFTREECODE (BREAK_STMT, "break_stmt", tcc_statement, 0)
H A DChangeLog5843 (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 Dsemantics.c887 return add_stmt (build_stmt (BREAK_STMT)); in finish_break_stmt()
H A Dpt.c8646 case BREAK_STMT: in tsubst_expr()
H A DChangeLog-20003029 FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
/openbsd/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py1132 CursorKind.BREAK_STMT = CursorKind(213)
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1275 @tindex BREAK_STMT
1437 @item BREAK_STMT
/openbsd/gnu/gcc/gcc/doc/
H A Dc-tree.texi1464 @tindex BREAK_STMT
1599 @item BREAK_STMT
H A Dgccint.info5281 `BREAK_STMT'
31804 * BREAK_STMT: Function Bodies. (line 6)
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c7819 case BREAK_STMT:
H A DChangeLog12901 FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,