Searched refs:exceptionDestructor (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Deh_throw.cc49 if (header->exceptionDestructor)
50 header->exceptionDestructor (header + 1);
62 header->exceptionDestructor = dest;
H A Dunwind-cxx.h56 void (*exceptionDestructor)(void *); member in struct:__cxxabiv1::__cxa_exception
/freebsd-9.3-release/contrib/libcxxrt/
H A Dcxxabi.h95 void (*exceptionDestructor) (void *); member in struct:__cxxabiv1::__cxa_exception
H A Dexception.cc202 void (*exceptionDestructor) (void *); member in struct:__cxa_dependent_exception
602 if (0 != ex->exceptionDestructor)
606 ex->exceptionDestructor(thrown_exception);
763 ex->exceptionDestructor = dest;

Completed in 121 milliseconds