Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dtree-eh.c348 bool may_throw; member
901 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 …]
H A Dtree-cfg.c1437 bool may_throw; member
1609 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 …]
/openbsd-src/gnu/llvm/llvm/docs/
H A DExceptionHandling.rst590 void may_throw();
594 may_throw();
596 may_throw();
612 invoke void @"?may_throw@@YAXXZ"()
633 invoke void @"?may_throw@@YAXXZ"()
/openbsd-src/gnu/llvm/clang/docs/
H A DSourceBasedCodeCoverage.rst404 may_throw();
408 If the call to ``may_throw()`` propagates an exception into ``f``, the code