Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree-cfg.c1612 bool this_may_branch, this_may_throw; in remove_useless_stmts_tf() local
1624 this_may_throw = data->may_throw; in remove_useless_stmts_tf()
1649 else if (!this_may_branch && !this_may_throw) in remove_useless_stmts_tf()
1662 bool save_may_throw, this_may_throw; in remove_useless_stmts_tc() local
1673 this_may_throw = data->may_throw; in remove_useless_stmts_tc()
1677 if (!this_may_throw) in remove_useless_stmts_tc()
1689 this_may_throw = true; in remove_useless_stmts_tc()
1703 this_may_throw = false; in remove_useless_stmts_tc()
1711 this_may_throw = false; in remove_useless_stmts_tc()
1713 this_may_throw = false; in remove_useless_stmts_tc()
[all …]