Searched refs:__cxa_current_primary_exception (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/libcxx/src/support/runtime/ |
| H A D | exception_pointer_cxxabi.ipp | 59 // return exception_ptr(__cxa_current_primary_exception()); 61 ptr.__ptr_ = __cxa_current_primary_exception();
|
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | noexception4.pass.cpp | 24 assert(nullptr == __cxxabiv1::__cxa_current_primary_exception()); in main()
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_noexception.cpp | 38 void *__cxa_current_primary_exception() throw() { return nullptr; } in __cxa_current_primary_exception() function
|
| H A D | cxa_exception.cpp | 690 void *__cxa_current_primary_exception() throw() { in __cxa_current_primary_exception() function
|
| /llvm-project-15.0.7/libcxxabi/include/ |
| H A D | cxxabi.h | 151 extern _LIBCXXABI_FUNC_VIS void *__cxa_current_primary_exception() throw();
|
| /llvm-project-15.0.7/libcxx/lib/abi/ |
| H A D | x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist | 24 {'is_defined': False, 'name': '__cxa_current_primary_exception', 'type': 'FUNC'}
|
| H A D | x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist | 47 {'is_defined': False, 'name': '__cxa_current_primary_exception', 'type': 'FUNC'}
|
| H A D | powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1077 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_current_primary_exception', 'storage_m…
|
| H A D | powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1077 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_current_primary_exception', 'storage_m…
|