HomeSort by relevance Sort by last modified time
    Searched refs:exceptionDestructor (Results 1 - 10 of 10) sorted by null

  /external/libcxxabi/src/
cxa_exception.hpp 40 void (*exceptionDestructor)(void *);
78 void (*exceptionDestructor)(void *);
cxa_exception.cpp 106 stored in exc is called. Otherwise the exceptionDestructor stored in
213 exception_header->exceptionDestructor = dest;
597 if (NULL != exception_header->exceptionDestructor)
598 exception_header->exceptionDestructor(thrown_object);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.hpp 40 void (*exceptionDestructor)(void *);
78 void (*exceptionDestructor)(void *);
cxa_exception.cpp 123 stored in exc is called. Otherwise the exceptionDestructor stored in
231 exception_header->exceptionDestructor = dest;
622 if (NULL != exception_header->exceptionDestructor)
623 exception_header->exceptionDestructor(thrown_object);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.hpp 40 void (*exceptionDestructor)(void *);
78 void (*exceptionDestructor)(void *);
cxa_exception.cpp 123 stored in exc is called. Otherwise the exceptionDestructor stored in
229 exception_header->exceptionDestructor = dest;
613 if (NULL != exception_header->exceptionDestructor)
614 exception_header->exceptionDestructor(thrown_object);
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
cxxabi.cc 314 if (exc->exceptionDestructor) {
316 exc->exceptionDestructor(thrown_exception);
330 header->exceptionDestructor = dest;
cxxabi_defines.h 282 void (*exceptionDestructor)(void*);
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
cxxabi.cc 314 if (exc->exceptionDestructor) {
316 exc->exceptionDestructor(thrown_exception);
330 header->exceptionDestructor = dest;
cxxabi_defines.h 282 void (*exceptionDestructor)(void*);

Completed in 624 milliseconds