Searched refs:break_stmt (Results 1 – 5 of 5) sorted by relevance
7521 tree break_stmt; member7543 if (d->break_stmt == NULL_TREE) in check_for_return_continue()7544 d->break_stmt = t; in check_for_return_continue()7558 b = d->break_stmt; in check_for_return_continue()7561 d->break_stmt = b; in check_for_return_continue()7568 b = d->break_stmt; in check_for_return_continue()7571 d->break_stmt = b; in check_for_return_continue()7580 b = d->break_stmt; in check_for_return_continue()7583 d->break_stmt = b; in check_for_return_continue()7590 b = d->break_stmt; in check_for_return_continue()[all …]
320 DEFTREECODE (BREAK_STMT, "break_stmt", tcc_statement, 0)
75 DEFTREECODE (BREAK_STMT, "break_stmt", tcc_statement, 0)
8459 tree break_stmt; member8481 if (d->break_stmt == NULL_TREE) in check_for_return_continue()8482 d->break_stmt = t; in check_for_return_continue()8496 b = d->break_stmt; in check_for_return_continue()8499 d->break_stmt = b; in check_for_return_continue()8506 b = d->break_stmt; in check_for_return_continue()8509 d->break_stmt = b; in check_for_return_continue()8518 b = d->break_stmt; in check_for_return_continue()8521 d->break_stmt = b; in check_for_return_continue()8528 b = d->break_stmt; in check_for_return_continue()[all …]
5240 * constexpr.c (check_for_return_continue_data): Add break_stmt member.5242 SWITCH_STMT by ignoring break_stmt from its body.