Searched refs:__cxa_dependent_exception (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_alloc.cc87 static __cxa_dependent_exception dependents_buffer[EMERGENCY_OBJ_COUNT];
160 extern "C" __cxa_dependent_exception*
163 __cxa_dependent_exception *ret;
165 ret = static_cast<__cxa_dependent_exception*>
166 (malloc (sizeof (__cxa_dependent_exception)));
197 memset (ret, 0, sizeof (__cxa_dependent_exception));
205 (__cxa_dependent_exception *vptr) throw()
213 = (unsigned) (ptr - base) / sizeof (__cxa_dependent_exception);
H A Deh_type.cc44 __cxa_dependent_exception *de =
H A Dunwind-cxx.h99 struct __cxa_dependent_exception struct in namespace:__cxxabiv1
161 extern "C" __cxa_dependent_exception*
166 __cxa_free_dependent_exception(__cxa_dependent_exception *ex) throw();
245 static inline __cxa_dependent_exception *
248 return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1;
H A Deh_ptr.cc171 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc);
201 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception ();
H A Deh_arm.cc49 __cxa_dependent_exception *dx = __get_dependent_exception_from_ue(ue_header);

Completed in 54 milliseconds