Home
last modified time | relevance | path

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

12

/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-dump.cc52 case BREAK_STMT: in c_dump_tree()
H A Dc-common.def75 DEFTREECODE (BREAK_STMT, "break_stmt", tcc_statement, 0)
H A Dc-gimplify.cc499 case BREAK_STMT: in c_genericize_control_stmt()
H A Dc-pretty-print.cc2879 case BREAK_STMT: in statement()
2881 pp_string (this, TREE_CODE (t) == BREAK_STMT ? "break" : "continue"); in statement()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Ddump.c283 case BREAK_STMT: in cp_dump_tree()
H A Dcp-objcp-common.c480 MARK_TS_EXP (BREAK_STMT); in cp_common_init_ts()
H A Dlex.c306 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, in cxx_init() enumerator
H A Dlex.cc307 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, in cxx_init() enumerator
H A Dcxx-pretty-print.c2115 case BREAK_STMT: in statement()
2117 pp_string (this, TREE_CODE (t) == BREAK_STMT ? "break" : "continue"); in statement()
H A DChangeLog-20052328 (BREAK_STMT, CONTINUE_STMT, SWITCH_STMT): Likewise.
2476 * cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
2479 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT.
2493 SWITCH_STMT, CONTINUE_STMT, BREAK_STMT.
2496 (BREAK_STMT) rather than build_break_stmt.
2501 WHILE_STMT, DO_STMT, FOR_STMT, BREAK_STMT, CONTINUE_STMT.
H A Dconstexpr.c5307 || TREE_CODE (*jump_target) == BREAK_STMT in breaks()
5369 case BREAK_STMT: in label_matches()
6051 case BREAK_STMT: in cxx_eval_constant_expression()
7542 case BREAK_STMT: in check_for_return_continue()
7710 case BREAK_STMT: in potential_constant_expression_1()
H A Dcp-gimplify.cc623 case BREAK_STMT: in cp_gimplify_expr()
1773 case BREAK_STMT: in cp_genericize_r()
H A Dcp-gimplify.c887 case BREAK_STMT: in cp_gimplify_expr()
1751 case BREAK_STMT: in cp_genericize_r()
H A Dconstexpr.cc6097 || TREE_CODE (*jump_target) == BREAK_STMT in breaks()
6159 case BREAK_STMT: in label_matches()
6895 case BREAK_STMT: in cxx_eval_constant_expression()
8479 case BREAK_STMT: in check_for_return_continue()
8646 case BREAK_STMT: in potential_constant_expression_1()
H A DChangeLog-20122326 CONTINUE_STMT, and BREAK_STMT as unreachable.
2328 SWITCH_STMT, CONTINUE_STMT, BREAK_STMT and OMP_FOR.
2888 BREAK_STMT.
H A Dcoroutines.cc3379 case BREAK_STMT: in replace_continue()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddump.c283 case BREAK_STMT: in cp_dump_tree()
H A Dcp-objcp-common.c480 MARK_TS_EXP (BREAK_STMT); in cp_common_init_ts()
H A Dlex.c306 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, in cxx_init() enumerator
H A Dcxx-pretty-print.c2115 case BREAK_STMT: in statement()
2117 pp_string (this, TREE_CODE (t) == BREAK_STMT ? "break" : "continue"); in statement()
H A Dconstexpr.c5307 || TREE_CODE (*jump_target) == BREAK_STMT in breaks()
5369 case BREAK_STMT: in label_matches()
6051 case BREAK_STMT: in cxx_eval_constant_expression()
7542 case BREAK_STMT: in check_for_return_continue()
7710 case BREAK_STMT: in potential_constant_expression_1()
H A Dcp-gimplify.c887 case BREAK_STMT: in cp_gimplify_expr()
1751 case BREAK_STMT: in cp_genericize_r()
H A Dcp-tree.def320 DEFTREECODE (BREAK_STMT, "break_stmt", tcc_statement, 0)
H A Dcoroutines.cc3530 case BREAK_STMT: in replace_continue()
/netbsd/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1132 CursorKind.BREAK_STMT = CursorKind(213)

12