Home
last modified time | relevance | path

Searched refs:__cxa_get_exception_ptr (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dcxxabi.h46 extern void * __cxa_get_exception_ptr(void * exceptionObject) throw();
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h116 void* __cxa_get_exception_ptr(void* exceptionObject) _GABIXX_NOEXCEPT;
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc411 extern "C" void* __cxa_get_exception_ptr(void* exceptionObject) _GABIXX_NOEXCEPT { in __cxa_get_exception_ptr() function
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp257 __cxa_get_exception_ptr(void* unwind_exception) throw() in __cxa_get_exception_ptr() function
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt310 __cxa_get_exception_ptr;