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

  /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/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/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 429 milliseconds