Lines Matching refs:caughtExceptions
189 __cxa_exception* header = globals->caughtExceptions;
199 globals->caughtExceptions = 0;
212 if (globals->caughtExceptions) {
221 if (header != globals->caughtExceptions) {
222 header->nextException = globals->caughtExceptions;
223 globals->caughtExceptions = header;
232 __cxa_exception *header = globals->caughtExceptions;
240 globals->caughtExceptions = 0;
248 globals->caughtExceptions = header->nextException;
251 globals->caughtExceptions = header->nextException;