Searched refs:__cxa_current_primary_exception (Results 1 – 16 of 16) sorted by relevance
/external/libcxx/src/support/runtime/ |
D | exception_pointer_cxxabi.ipp | 60 // return exception_ptr(__cxa_current_primary_exception()); 62 ptr.__ptr_ = __cxa_current_primary_exception();
|
/external/llvm-project/libcxx/src/support/runtime/ |
D | exception_pointer_cxxabi.ipp | 59 // return exception_ptr(__cxa_current_primary_exception()); 61 ptr.__ptr_ = __cxa_current_primary_exception();
|
/external/libcxxabi/test/ |
D | noexception4.pass.cpp | 25 assert(nullptr == __cxxabiv1::__cxa_current_primary_exception()); in main()
|
/external/llvm-project/libcxxabi/test/ |
D | noexception4.pass.cpp | 24 assert(nullptr == __cxxabiv1::__cxa_current_primary_exception()); in main()
|
/external/libcxxabi/src/ |
D | cxa_noexception.cpp | 39 void *__cxa_current_primary_exception() throw() { return nullptr; } in __cxa_current_primary_exception() function
|
D | cxa_exception.cpp | 671 void *__cxa_current_primary_exception() throw() { in __cxa_current_primary_exception() function
|
/external/llvm-project/libcxxabi/src/ |
D | cxa_noexception.cpp | 38 void *__cxa_current_primary_exception() throw() { return nullptr; } in __cxa_current_primary_exception() function
|
D | cxa_exception.cpp | 669 void *__cxa_current_primary_exception() throw() { in __cxa_current_primary_exception() function
|
/external/libcxxabi/include/ |
D | cxxabi.h | 151 extern _LIBCXXABI_FUNC_VIS void *__cxa_current_primary_exception() throw();
|
/external/llvm-project/libcxxabi/include/ |
D | cxxabi.h | 151 extern _LIBCXXABI_FUNC_VIS void *__cxa_current_primary_exception() throw();
|
/external/libcxx/lib/abi/3.9/ |
D | x86_64-linux-gnu.abilist | 1881 {'type': 'FUNC', 'name': '__cxa_current_primary_exception'}
|
/external/libcxx/lib/abi/ |
D | x86_64-unknown-linux-gnu.v1.abilist | 1849 {'name': '__cxa_current_primary_exception', 'is_defined': False, 'type': 'FUNC'}
|
/external/libcxx/lib/abi/6.0/ |
D | x86_64-unknown-linux-gnu.abilist | 1871 {'is_defined': False, 'name': '__cxa_current_primary_exception', 'type': 'FUNC'}
|
/external/libcxx/lib/abi/4.0/ |
D | x86_64-unknown-linux-gnu.abilist | 1893 {'name': '__cxa_current_primary_exception', 'is_defined': False, 'type': 'FUNC'}
|
/external/libcxx/lib/abi/5.0/ |
D | x86_64-unknown-linux-gnu.abilist | 1871 {'is_defined': False, 'name': '__cxa_current_primary_exception', 'type': 'FUNC'}
|
/external/llvm-project/libcxx/lib/abi/ |
D | x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist | 43 {'is_defined': False, 'name': '__cxa_current_primary_exception', 'type': 'FUNC'}
|