Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Deh_alloc.cc87 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()
H A Dunwind-cxx.h100 struct __cxa_dependent_exception struct
215 static inline __cxa_dependent_exception *
218 return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1; in __get_dependent_exception_from_ue()
H A Deh_ptr.cc181 __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()
H A Dcxxabi.h561 struct __cxa_dependent_exception;
627 __cxa_dependent_exception*
632 __cxa_free_dependent_exception(__cxa_dependent_exception*) _GLIBCXX_NOTHROW;
H A Deh_type.cc44 __cxa_dependent_exception *de = in __cxa_current_exception_type()
H A Deh_tm.cc40 __cxa_dependent_exception *dep in free_any_cxa_exception()
H A Deh_arm.cc52 __cxa_dependent_exception *dx = __get_dependent_exception_from_ue(ue_header); in __cxa_type_match()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Deh_alloc.cc122 + 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()
H A Deh_ptr.cc48 == 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()
H A Dunwind-cxx.h112 struct __cxa_dependent_exception struct
232 static inline __cxa_dependent_exception *
235 return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1; in __get_dependent_exception_from_ue()
H A Dcxxabi.h577 struct __cxa_dependent_exception;
639 __cxa_dependent_exception*
644 __cxa_free_dependent_exception(__cxa_dependent_exception*) _GLIBCXX_NOTHROW;
H A Deh_type.cc44 __cxa_dependent_exception *de = in __cxa_current_exception_type()
H A Deh_tm.cc41 __cxa_dependent_exception *dep in free_any_cxa_exception()