Searched refs:__cxa_dependent_exception (Results 1 – 11 of 11) sorted by relevance
122 + EMERGENCY_OBJ_COUNT * sizeof (__cxa_dependent_exception)); in pool()309 extern "C" __cxa_dependent_exception*312 __cxa_dependent_exception *ret; in __cxa_allocate_dependent_exception()314 ret = static_cast<__cxa_dependent_exception*> in __cxa_allocate_dependent_exception()315 (malloc (sizeof (__cxa_dependent_exception))); in __cxa_allocate_dependent_exception()318 ret = static_cast <__cxa_dependent_exception*> in __cxa_allocate_dependent_exception()319 (emergency_pool.allocate (sizeof (__cxa_dependent_exception))); in __cxa_allocate_dependent_exception()324 memset (ret, 0, sizeof (__cxa_dependent_exception)); in __cxa_allocate_dependent_exception()332 (__cxa_dependent_exception *vptr) _GLIBCXX_NOTHROW in __cxa_free_dependent_exception()
57 == termHandler<__cxa_dependent_exception>(),67 == adjptr<__cxa_dependent_exception>(),167 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc); in __gxx_dependent_exception_cleanup()197 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); in rethrow_exception()
112 struct __cxa_dependent_exception struct232 static inline __cxa_dependent_exception *235 return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1; in __get_dependent_exception_from_ue()
586 struct __cxa_dependent_exception;648 __cxa_dependent_exception*653 __cxa_free_dependent_exception(__cxa_dependent_exception*) _GLIBCXX_NOTHROW;
44 __cxa_dependent_exception *de = in __cxa_current_exception_type()
41 __cxa_dependent_exception *dep in free_any_cxa_exception()
52 __cxa_dependent_exception *dx = __get_dependent_exception_from_ue(ue_header); in __cxa_type_match()
196 struct __cxa_dependent_exception struct276 …return reinterpret_cast<__cxa_exception*>((reinterpret_cast<__cxa_dependent_exception*>(ex))->prim… in realExceptionFromException()590 size_t size = sizeof(__cxa_dependent_exception); in __cxa_allocate_dependent_exception()592 return buffer+sizeof(__cxa_dependent_exception); in __cxa_allocate_dependent_exception()641 …__cxa_dependent_exception *ex = reinterpret_cast<__cxa_dependent_exception*>(thrown_exception) - 1; in __cxa_free_dependent_exception()789 …__cxa_dependent_exception *ex = reinterpret_cast<__cxa_dependent_exception*>(__cxa_allocate_depend… in __cxa_rethrow_primary_exception()
1668 (__cxa_dependent_exception, __cxa_allocate_dependent_exception,1828 (__cxa_dependent_exception, __cxa_allocate_dependent_exception,
6746 * libsupc++/eh_ptr.cc: Assert __cxa_dependent_exception layout is6748 * libsupc++/unwind-cxx.h (__cxa_dependent_exception): Add padding.
1251 (struct __cxa_dependent_exception): Likewise.