Searched refs:nextException (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Deh_catch.cc83 header->nextException = prev;
121 globals->caughtExceptions = header->nextException;
126 globals->caughtExceptions = header->nextException;
H A Deh_globals.cc88 next = exn->nextException;
H A Dunwind-cxx.h64 __cxa_exception *nextException; member in struct:__cxxabiv1::__cxa_exception
H A Dvec.cc63 globals->caughtExceptions = p->nextException;
/freebsd-9.3-release/contrib/libcxxrt/
H A Dcxxabi.h105 __cxa_exception *nextException; member in struct:__cxxabiv1::__cxa_exception
H A Dexception.cc205 __cxa_exception *nextException; member in struct:__cxa_dependent_exception
321 if (0 != ex->nextException)
323 free_exception_list(ex->nextException);
1201 ex->nextException = globals->caughtExceptions;
1310 globals->caughtExceptions = ex->nextException;

Completed in 63 milliseconds