Searched refs:__cxa_current_primary_exception (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/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();
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/libcxxabi/include/ |
H A D | cxxabi.h | 151 extern _LIBCXXABI_FUNC_VIS void *__cxa_current_primary_exception() throw();
|
/openbsd-src/gnu/llvm/libcxx/lib/abi/ |
H A D | x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist | 50 {'is_defined': False, 'name': '__cxa_current_primary_exception', 'type': 'FUNC'}
|
H A D | x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist | 26 {'is_defined': False, 'name': '__cxa_current_primary_exception', 'type': 'FUNC'}
|
H A D | x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist | 49 {'is_defined': False, 'name': '__cxa_current_primary_exception', 'type': 'FUNC'}
|
H A D | powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1112 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_current_primary_exception', 'storage_m…
|
H A D | powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1112 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_current_primary_exception', 'storage_m…
|