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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_throw.cc50 if (header->exc.exceptionDestructor)
51 header->exc.exceptionDestructor (header + 1);
69 header->exc.exceptionDestructor = dest;
H A Deh_ptr.cc89 if (eh->exc.exceptionDestructor)
90 eh->exc.exceptionDestructor (_M_exception_object);
186 if (header->exc.exceptionDestructor)
187 header->exc.exceptionDestructor (header + 1);
H A Dunwind-cxx.h53 void (*exceptionDestructor)(void *); member in struct:__cxxabiv1::__cxa_exception
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/libsupc++/
H A Deh_throw.cc50 if (header->exceptionDestructor)
51 header->exceptionDestructor (header + 1);
63 header->exceptionDestructor = dest;
H A Dunwind-cxx.h56 void (*exceptionDestructor)(void *); member in struct:__cxxabiv1::__cxa_exception
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/18_support/exception/
H A D38732.cc33 void (*exceptionDestructor)(void *); member in struct:__cxa_exception

Completed in 97 milliseconds