Searched refs:need_rethrow (Results 1 – 6 of 6) sorted by relevance
363 need_rethrow = TRUE; in do_errthrow()662 need_rethrow = FALSE; in discard_current_exception()2202 if (did_emsg || got_int || did_throw || need_rethrow) in enter_cleanup()2207 | (need_rethrow ? CSTP_THROW : 0); in enter_cleanup()2215 if (did_throw || need_rethrow) in enter_cleanup()2229 did_emsg = got_int = did_throw = need_rethrow = FALSE; in enter_cleanup()2268 if (aborting() || need_rethrow) in leave_cleanup()2316 need_rethrow = TRUE; // did_throw will be set by do_one_cmd() in leave_cleanup()
528 int save_need_rethrow = need_rethrow; in check_due_timer()543 need_rethrow = FALSE; in check_due_timer()564 need_rethrow = save_need_rethrow; in check_due_timer()
429 int need_rethrow; member447 dsp->need_rethrow = need_rethrow; need_rethrow = FALSE; in save_dbg_stuff()464 need_rethrow = dsp->need_rethrow; in restore_dbg_stuff()1292 need_rethrow = TRUE; in do_cmdline()2636 if (need_rethrow) in do_one_cmd()2646 need_rethrow = check_cstack = FALSE; in do_one_cmd()
1732 need_rethrow = TRUE; in exec_instructions()3426 force_abort = need_rethrow = FALSE; in exec_instructions()4990 && !need_rethrow) in call_def_function()
341 EXTERN int need_rethrow INIT(= FALSE);
42859 Solution: Set "need_rethrow".