Home
last modified time | relevance | path

Searched refs:__cxa_current_primary_exception (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dcxxabi.h159 extern void * __cxa_current_primary_exception() throw();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dexception.cpp273 ptr.__ptr_ = __cxa_current_primary_exception(); in current_exception()
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h132 void* __cxa_current_primary_exception() _GABIXX_NOEXCEPT;
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc454 extern "C" void* __cxa_current_primary_exception() _GABIXX_NOEXCEPT { in __cxa_current_primary_exception() function
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp640 __cxa_current_primary_exception() throw() in __cxa_current_primary_exception() function
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt302 __cxa_current_primary_exception;