Home
last modified time | relevance | path

Searched refs:break_stmt (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c7521 tree break_stmt; member
7543 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 …]
H A Dcp-tree.def320 DEFTREECODE (BREAK_STMT, "break_stmt", tcc_statement, 0)
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.def75 DEFTREECODE (BREAK_STMT, "break_stmt", tcc_statement, 0)
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc8459 tree break_stmt; member
8481 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 …]
H A DChangeLog-20215240 * constexpr.c (check_for_return_continue_data): Add break_stmt member.
5242 SWITCH_STMT by ignoring break_stmt from its body.