Lines Matching refs:CSTP_THROW
806 if (pending & CSTP_THROW) in report_pending()
835 else if (pending & CSTP_THROW) in report_pending()
1943 pending |= (THROW_ON_ERROR) ? CSTP_THROW : 0; in ex_finally()
1945 pending |= did_throw ? CSTP_THROW : 0; in ex_finally()
2097 else if (pending & CSTP_THROW) in ex_endtry()
2122 (pending & CSTP_THROW) ? (void *)current_exception : NULL); in ex_endtry()
2159 if (pending & CSTP_THROW) in ex_endtry()
2206 | (did_throw ? CSTP_THROW : 0) in enter_cleanup()
2207 | (need_rethrow ? CSTP_THROW : 0); in enter_cleanup()
2270 if (pending & CSTP_THROW) in leave_cleanup()
2294 if (pending & CSTP_THROW) in leave_cleanup()
2315 if (pending & CSTP_THROW) in leave_cleanup()
2320 (pending & CSTP_THROW) ? (void *)current_exception : NULL); in leave_cleanup()
2384 if ((cstack->cs_pending[idx] & CSTP_THROW) in cleanup_conditionals()