Searched refs:__cxa_dependent_exception (Results 1 – 13 of 13) sorted by relevance
87 static __cxa_dependent_exception dependents_buffer[EMERGENCY_OBJ_COUNT];154 extern "C" __cxa_dependent_exception*157 __cxa_dependent_exception *ret; in __cxa_allocate_dependent_exception()159 ret = static_cast<__cxa_dependent_exception*> in __cxa_allocate_dependent_exception()160 (malloc (sizeof (__cxa_dependent_exception))); in __cxa_allocate_dependent_exception()185 memset (ret, 0, sizeof (__cxa_dependent_exception)); in __cxa_allocate_dependent_exception()193 (__cxa_dependent_exception *vptr) _GLIBCXX_NOTHROW in __cxa_free_dependent_exception()201 = (unsigned) (ptr - base) / sizeof (__cxa_dependent_exception); in __cxa_free_dependent_exception()
100 struct __cxa_dependent_exception struct215 static inline __cxa_dependent_exception *218 return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1; in __get_dependent_exception_from_ue()
181 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc); in __gxx_dependent_exception_cleanup()211 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); in rethrow_exception()
561 struct __cxa_dependent_exception;627 __cxa_dependent_exception*632 __cxa_free_dependent_exception(__cxa_dependent_exception*) _GLIBCXX_NOTHROW;
44 __cxa_dependent_exception *de = in __cxa_current_exception_type()
40 __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()
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()
48 == termHandler<__cxa_dependent_exception>(),58 == adjptr<__cxa_dependent_exception>(),199 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc); in __gxx_dependent_exception_cleanup()229 __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()
577 struct __cxa_dependent_exception;639 __cxa_dependent_exception*644 __cxa_free_dependent_exception(__cxa_dependent_exception*) _GLIBCXX_NOTHROW;
41 __cxa_dependent_exception *dep in free_any_cxa_exception()