Home
last modified time | relevance | path

Searched refs:new_stmt_could_throw (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc3060 bool new_stmt_could_throw = stmt_could_throw_p (cfun, new_stmt); in maybe_clean_or_replace_eh_stmt() local
3062 if (new_stmt == old_stmt && new_stmt_could_throw) in maybe_clean_or_replace_eh_stmt()
3066 if (new_stmt_could_throw) in maybe_clean_or_replace_eh_stmt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c3065 bool new_stmt_could_throw = stmt_could_throw_p (cfun, new_stmt); in maybe_clean_or_replace_eh_stmt() local
3067 if (new_stmt == old_stmt && new_stmt_could_throw) in maybe_clean_or_replace_eh_stmt()
3071 if (new_stmt_could_throw) in maybe_clean_or_replace_eh_stmt()