Searched refs:may_throw (Results 1 – 4 of 4) sorted by relevance
348 bool may_throw; member901 tf->may_throw = false; in honor_protect_cleanup_actions()915 if (tf->may_throw) in lower_try_finally_nofallthru()956 if (tf->may_throw) in lower_try_finally_onedest()1045 if (tf->may_throw) in lower_try_finally_copy()1161 fallthru_index = eh_index + tf->may_throw; in lower_try_finally_switch()1184 if (tf->may_throw) in lower_try_finally_switch()1205 if (tf->may_throw) in lower_try_finally_switch()1375 this_tf.may_throw = get_eh_region_may_contain_throw (this_tf.region); in lower_try_finally()1376 if (this_tf.may_throw) in lower_try_finally()[all …]
1437 bool may_throw; member1609 save_may_throw = data->may_throw; in remove_useless_stmts_tf()1611 data->may_throw = false; in remove_useless_stmts_tf()1617 this_may_throw = data->may_throw; in remove_useless_stmts_tf()1619 data->may_throw |= save_may_throw; in remove_useless_stmts_tf()1660 save_may_throw = data->may_throw; in remove_useless_stmts_tc()1661 data->may_throw = false; in remove_useless_stmts_tc()1666 this_may_throw = data->may_throw; in remove_useless_stmts_tc()1667 data->may_throw = save_may_throw; in remove_useless_stmts_tc()1723 data->may_throw |= this_may_throw; in remove_useless_stmts_tc()[all …]
590 void may_throw();594 may_throw();596 may_throw();612 invoke void @"?may_throw@@YAXXZ"()633 invoke void @"?may_throw@@YAXXZ"()
404 may_throw();408 If the call to ``may_throw()`` propagates an exception into ``f``, the code