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

  /external/libcxxabi/src/
cxa_exception.hpp 111 extern "C" _LIBCXXABI_FUNC_VIS void * __cxa_allocate_dependent_exception ();
cxa_exception.cpp 199 void * __cxa_allocate_dependent_exception () { function
706 static_cast<__cxa_dependent_exception*>(__cxa_allocate_dependent_exception());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.hpp 133 extern "C" _LIBCXXABI_FUNC_VIS void * __cxa_allocate_dependent_exception ();
cxa_exception.cpp 163 void * __cxa_allocate_dependent_exception () { function
664 static_cast<__cxa_dependent_exception*>(__cxa_allocate_dependent_exception());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cxxabi.h 635 __cxa_allocate_dependent_exception() _GLIBCXX_NOTHROW;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cxxabi.h 635 __cxa_allocate_dependent_exception() _GLIBCXX_NOTHROW;

Completed in 170 milliseconds