Lines Matching refs:got_int
92 return (did_emsg && force_abort) || got_int || did_throw; in aborting()
221 got_int = FALSE; in cause_errthrow()
380 if (!got_int || (trylevel == 0 && !did_throw)) in do_intthrow()
1017 skip = did_emsg || got_int || did_throw || (cstack->cs_idx > 0 in ex_if()
1082 skip = did_emsg || got_int || did_throw || (cstack->cs_idx > 0 in ex_else()
1128 if (!skip && dbg_check_skipped(eap) && got_int) in ex_else()
1218 skip = did_emsg || got_int || did_throw || (cstack->cs_idx > 0 in ex_while()
1545 if (got_int && !THROW_ON_INTERRUPT) in do_throw()
1548 got_int = FALSE; in do_throw()
1625 skip = did_emsg || got_int || did_throw || (cstack->cs_idx > 0 in ex_try()
1799 prev_got_int = got_int; in ex_catch()
1800 got_int = FALSE; in ex_catch()
1803 got_int |= prev_got_int; in ex_catch()
1814 did_emsg = got_int = did_throw = FALSE; in ex_catch()
1934 if (pending == CSTP_ERROR || did_emsg || got_int || did_throw) in ex_finally()
1947 pending |= got_int ? CSTP_INTERRUPT : 0; in ex_finally()
2005 skip = did_emsg || got_int || did_throw in ex_endtry()
2073 if (got_int) in ex_endtry()
2158 got_int = TRUE; in ex_endtry()
2202 if (did_emsg || got_int || did_throw || need_rethrow) in enter_cleanup()
2205 | (got_int ? CSTP_INTERRUPT : 0) in enter_cleanup()
2229 did_emsg = got_int = did_throw = need_rethrow = FALSE; in enter_cleanup()
2314 got_int = TRUE; in leave_cleanup()
2360 if (did_emsg || got_int || (cstack->cs_flags[idx] & CSF_FINALLY)) in cleanup_conditionals()