Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/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.cc57 == 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()
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.h586 struct __cxa_dependent_exception;
648 __cxa_dependent_exception*
653 __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()
H A Deh_arm.cc52 __cxa_dependent_exception *dx = __get_dependent_exception_from_ue(ue_header); in __cxa_type_match()
/netbsd-src/external/gpl3/gcc.old/dist/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.h578 struct __cxa_dependent_exception;
640 __cxa_dependent_exception*
645 __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()
H A Deh_arm.cc52 __cxa_dependent_exception *dx = __get_dependent_exception_from_ue(ue_header); in __cxa_type_match()
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc196 struct __cxa_dependent_exception struct
276 …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()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20081668 (__cxa_dependent_exception, __cxa_allocate_dependent_exception,
1828 (__cxa_dependent_exception, __cxa_allocate_dependent_exception,
H A DChangeLog-20146746 * libsupc++/eh_ptr.cc: Assert __cxa_dependent_exception layout is
6748 * libsupc++/unwind-cxx.h (__cxa_dependent_exception): Add padding.
H A DChangeLog-20211251 (struct __cxa_dependent_exception): Likewise.