HomeSort by: relevance | last modified time | path
    Searched defs:exceptionDestructor (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/libc++/dist/libcxxrt/src/
cxxabi.h 95 void (*exceptionDestructor) (void *);
cxxabi.h 95 void (*exceptionDestructor) (void *);
exception.cc 202 void (*exceptionDestructor) (void *);
607 if (0 != ex->exceptionDestructor)
611 ex->exceptionDestructor(thrown_exception);
776 ex->exceptionDestructor = dest;
exception.cc 202 void (*exceptionDestructor) (void *);
607 if (0 != ex->exceptionDestructor)
611 ex->exceptionDestructor(thrown_exception);
776 ex->exceptionDestructor = dest;
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
unwind-cxx.h 66 void (_GLIBCXX_CDTOR_CALLABI *exceptionDestructor)(void *);
unwind-cxx.h 66 void (_GLIBCXX_CDTOR_CALLABI *exceptionDestructor)(void *);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
unwind-cxx.h 66 void (_GLIBCXX_CDTOR_CALLABI *exceptionDestructor)(void *);
unwind-cxx.h 66 void (_GLIBCXX_CDTOR_CALLABI *exceptionDestructor)(void *);

Completed in 174 milliseconds