Searched refs:CSTP_THROW (Results 1 – 3 of 3) sorted by relevance
806 if (pending & CSTP_THROW) in report_pending()835 else if (pending & CSTP_THROW) in report_pending()1945 pending |= did_throw ? CSTP_THROW : 0; in ex_finally()2097 else if (pending & CSTP_THROW) 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()[all …]
968 # define CSTP_THROW 4 // a throw is pending macro
1141 & (CSTP_ERROR | CSTP_INTERRUPT | CSTP_THROW), in do_cmdline()