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

/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc196 struct __cxa_dependent_exception struct
276 return ((__cxa_exception*)(((__cxa_dependent_exception*)ex)->primaryException))-1;
585 size_t size = sizeof(__cxa_dependent_exception);
587 return buffer+sizeof(__cxa_dependent_exception);
636 __cxa_dependent_exception *ex = ((__cxa_dependent_exception*)thrown_exception) - 1;
776 __cxa_dependent_exception *ex = ((__cxa_dependent_exception*)__cxa_allocate_dependent_exception())-1;

Completed in 98 milliseconds