Searched refs:__cxa_current_primary_exception (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/libcxxrt/
H A Dcxxabi.h200 * Throws an exception returned by __cxa_current_primary_exception(). This
209 void *__cxa_current_primary_exception(void);
H A Dexception.cc788 extern "C" void *__cxa_current_primary_exception(void) function
/freebsd-9.3-release/contrib/libc++/src/
H A Dexception.cpp271 // return exception_ptr(__cxa_current_primary_exception());
273 ptr.__ptr_ = __cxa_current_primary_exception();

Completed in 112 milliseconds