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

  /external/libcxxabi/test/
noexception4.pass.cpp 17 // void *__cxa_current_primary_exception() throw();
25 assert(nullptr == __cxxabiv1::__cxa_current_primary_exception());
  /external/libcxxabi/src/
cxa_noexception.cpp 42 void *__cxa_current_primary_exception() throw() { return nullptr; } function
cxa_exception.cpp 614 _LIBCXXABI_FUNC_VIS void *__cxa_current_primary_exception() throw() { function
662 // __cxa_current_primary_exception returns NULL for foreign exceptions
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
cxxabi.h 159 extern void * __cxa_current_primary_exception() throw();
  /external/libcxxabi/include/
cxxabi.h 151 extern _LIBCXXABI_FUNC_VIS void *__cxa_current_primary_exception() throw();
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
cxxabi.h 132 void* __cxa_current_primary_exception() _GABIXX_NOEXCEPT;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
cxxabi.h 132 void* __cxa_current_primary_exception() _GABIXX_NOEXCEPT;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp 271 // return exception_ptr(__cxa_current_primary_exception());
273 ptr.__ptr_ = __cxa_current_primary_exception();
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
cxxabi.h 132 void* __cxa_current_primary_exception() _GABIXX_NOEXCEPT;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
exception.cpp 273 // return exception_ptr(__cxa_current_primary_exception());
275 ptr.__ptr_ = __cxa_current_primary_exception();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/include/
cxxabi.h 151 extern _LIBCXXABI_FUNC_VIS void *__cxa_current_primary_exception() throw();
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
cxxabi.cc 454 extern "C" void* __cxa_current_primary_exception() _GABIXX_NOEXCEPT {
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 640 __cxa_current_primary_exception() throw() function
689 // __cxa_current_primary_exception returns NULL for foreign exceptions
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
cxxabi.cc 454 extern "C" void* __cxa_current_primary_exception() _GABIXX_NOEXCEPT {
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp 630 _LIBCXXABI_FUNC_VIS void *__cxa_current_primary_exception() throw() { function
678 // __cxa_current_primary_exception returns NULL for foreign exceptions

Completed in 3459 milliseconds