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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_alloc.cc101 thrown_size += sizeof (__cxa_refcounted_exception);
135 memset (ret, 0, sizeof (__cxa_refcounted_exception));
137 return (void *)((char *)ret + sizeof (__cxa_refcounted_exception));
156 free (ptr - sizeof (__cxa_refcounted_exception));
H A Deh_throw.cc36 __cxa_refcounted_exception *header
65 __cxa_refcounted_exception *header
H A Deh_ptr.cc73 __cxa_refcounted_exception *eh =
85 __cxa_refcounted_exception *eh =
172 __cxa_refcounted_exception *header =
198 __cxa_refcounted_exception *eh
H A Dunwind-cxx.h87 struct __cxa_refcounted_exception struct in namespace:__cxxabiv1
231 static inline __cxa_refcounted_exception *
234 return reinterpret_cast<__cxa_refcounted_exception *>(ptr) - 1;
239 static inline __cxa_refcounted_exception *
242 return reinterpret_cast<__cxa_refcounted_exception *>(exc + 1) - 1;

Completed in 51 milliseconds