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

  /external/libcxxabi/src/
cxa_exception.hpp 38 void (*exceptionDestructor)(void *);
75 void (*exceptionDestructor)(void *);
cxa_exception.cpp 111 stored in exc is called. Otherwise the exceptionDestructor stored in
250 exception_header->exceptionDestructor = dest;
638 if (NULL != exception_header->exceptionDestructor)
639 exception_header->exceptionDestructor(thrown_object);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.hpp 38 void (*exceptionDestructor)(void *);
90 void (*exceptionDestructor)(void *);
cxa_exception.cpp 107 stored in exc is called. Otherwise the exceptionDestructor stored in
214 exception_header->exceptionDestructor = dest;
596 if (NULL != exception_header->exceptionDestructor)
597 exception_header->exceptionDestructor(thrown_object);

Completed in 356 milliseconds