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

/freebsd-11.0-release/contrib/libcxxrt/
H A Dexception.cc268 static __cxa_exception *exceptionFromPointer(void *ex) function
808 __cxa_exception *original = exceptionFromPointer(thrown_exception);
1096 ex = exceptionFromPointer(exceptionObject);
1232 __cxa_exception *ex = exceptionFromPointer(exceptionObject);
1377 __cxa_exception *ex = exceptionFromPointer(exceptionObject);
1395 return exceptionFromPointer(exceptionObject)->adjustedPtr;
1541 __cxa_exception *ex = exceptionFromPointer(exceptionObject);

Completed in 94 milliseconds