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

/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc268 static __cxa_exception *exceptionFromPointer(void *ex) function
775 __cxa_exception *original = exceptionFromPointer(thrown_exception);
1063 ex = exceptionFromPointer(exceptionObject);
1194 __cxa_exception *ex = exceptionFromPointer(exceptionObject);
1338 __cxa_exception *ex = exceptionFromPointer(exceptionObject);
1356 return exceptionFromPointer(exceptionObject)->adjustedPtr;
1493 __cxa_exception *ex = exceptionFromPointer(exceptionObject);

Completed in 48 milliseconds