/netbsd/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-dump.cc | 52 case BREAK_STMT: in c_dump_tree()
|
H A D | c-common.def | 75 DEFTREECODE (BREAK_STMT, "break_stmt", tcc_statement, 0)
|
H A D | c-gimplify.cc | 499 case BREAK_STMT: in c_genericize_control_stmt()
|
H A D | c-pretty-print.cc | 2879 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 D | dump.c | 283 case BREAK_STMT: in cp_dump_tree()
|
H A D | cp-objcp-common.c | 480 MARK_TS_EXP (BREAK_STMT); in cp_common_init_ts()
|
H A D | lex.c | 306 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, in cxx_init() enumerator
|
H A D | lex.cc | 307 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, in cxx_init() enumerator
|
H A D | cxx-pretty-print.c | 2115 case BREAK_STMT: in statement() 2117 pp_string (this, TREE_CODE (t) == BREAK_STMT ? "break" : "continue"); in statement()
|
H A D | ChangeLog-2005 | 2328 (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 D | constexpr.c | 5307 || 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 D | cp-gimplify.cc | 623 case BREAK_STMT: in cp_gimplify_expr() 1773 case BREAK_STMT: in cp_genericize_r()
|
H A D | cp-gimplify.c | 887 case BREAK_STMT: in cp_gimplify_expr() 1751 case BREAK_STMT: in cp_genericize_r()
|
H A D | constexpr.cc | 6097 || 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 D | ChangeLog-2012 | 2326 CONTINUE_STMT, and BREAK_STMT as unreachable. 2328 SWITCH_STMT, CONTINUE_STMT, BREAK_STMT and OMP_FOR. 2888 BREAK_STMT.
|
H A D | coroutines.cc | 3379 case BREAK_STMT: in replace_continue()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | dump.c | 283 case BREAK_STMT: in cp_dump_tree()
|
H A D | cp-objcp-common.c | 480 MARK_TS_EXP (BREAK_STMT); in cp_common_init_ts()
|
H A D | lex.c | 306 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, in cxx_init() enumerator
|
H A D | cxx-pretty-print.c | 2115 case BREAK_STMT: in statement() 2117 pp_string (this, TREE_CODE (t) == BREAK_STMT ? "break" : "continue"); in statement()
|
H A D | constexpr.c | 5307 || 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 D | cp-gimplify.c | 887 case BREAK_STMT: in cp_gimplify_expr() 1751 case BREAK_STMT: in cp_genericize_r()
|
H A D | cp-tree.def | 320 DEFTREECODE (BREAK_STMT, "break_stmt", tcc_statement, 0)
|
H A D | coroutines.cc | 3530 case BREAK_STMT: in replace_continue()
|
/netbsd/external/apache2/llvm/dist/clang/bindings/python/clang/ |
H A D | cindex.py | 1132 CursorKind.BREAK_STMT = CursorKind(213)
|