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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-eh.c2075 bool new_stmt_could_throw = tree_could_throw_p (new_stmt);
2077 if (new_stmt == old_stmt && new_stmt_could_throw)
2081 if (new_stmt_could_throw)
2068 bool new_stmt_could_throw = tree_could_throw_p (new_stmt); local

Completed in 54 milliseconds