Home
last modified time | relevance | path

Searched refs:__cxa_current_primary_exception (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/src/support/runtime/
H A Dexception_pointer_cxxabi.ipp59 // return exception_ptr(__cxa_current_primary_exception());
61 ptr.__ptr_ = __cxa_current_primary_exception();
/freebsd-13.1/contrib/libcxxrt/
H A Dcxxabi.h216 void *__cxa_current_primary_exception(void);
H A Dexception.cc815 extern "C" void *__cxa_current_primary_exception(void) in __cxa_current_primary_exception() function
/freebsd-13.1/lib/libcxxrt/
H A DVersion.map312 __cxa_current_primary_exception;