HomeSort by relevance Sort by last modified time
    Searched full:exceptiondestructor (Results 1 - 21 of 21) sorted by null

  /external/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;
624 if (NULL != exception_header->exceptionDestructor)
625 exception_header->exceptionDestructor(thrown_object);
  /ndk/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;
619 if (NULL != exception_header->exceptionDestructor)
620 exception_header->exceptionDestructor(thrown_object);
  /ndk/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libsupc++.a     [all...]
libstdc++.a     [all...]
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.18 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libsupc++.a     [all...]
libstdc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libsupc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libsupc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib32/
libsupc++.a     [all...]
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.16 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib64/
libsupc++.a     [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/
libc++.so 

Completed in 459 milliseconds