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

/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_exception.hpp44 __cxa_exception *nextException; member in struct:__cxxabiv1::__cxa_exception
82 __cxa_exception *nextException; member in struct:__cxxabiv1::__cxa_dependent_exception
H A Dcxa_exception.h45 __cxa_exception *nextException; member in struct:__cxxabiv1::__cxa_exception
82 __cxa_exception *nextException; member in struct:__cxxabiv1::__cxa_dependent_exception
H A Dcxa_exception.cpp444 exception_header->nextException = globals->caughtExceptions;
512 globals->caughtExceptions = exception_header->nextException;
525 globals->caughtExceptions = exception_header->nextException;

Completed in 38 milliseconds