Searched refs:unwindHeader (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/libstdc++/libsupc++/
H A Deh_throw.cc65 __GXX_INIT_EXCEPTION_CLASS(header->unwindHeader.exception_class);
66 header->unwindHeader.exception_cleanup = __gxx_exception_cleanup;
69 _Unwind_SjLj_RaiseException (&header->unwindHeader);
71 _Unwind_RaiseException (&header->unwindHeader);
75 __cxa_begin_catch (&header->unwindHeader);
91 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
97 _Unwind_SjLj_Resume_or_Rethrow (&header->unwindHeader);
100 _Unwind_RaiseException (&header->unwindHeader);
102 _Unwind_Resume_or_Rethrow (&header->unwindHeader);
107 __cxa_begin_catch (&header->unwindHeader);
[all...]
H A Deh_catch.cc57 // examine header->unwindHeader though.
58 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
108 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
111 _Unwind_DeleteException (&header->unwindHeader);
127 _Unwind_DeleteException (&header->unwindHeader);
H A Deh_arm.cc92 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class);
133 if (__is_gxx_exception_class(header->unwindHeader.exception_class))
146 return &header->unwindHeader;
H A Deh_call.cc143 if (__cxa_type_match(&new_xh->unwindHeader, catch_type, false,
H A Deh_globals.cc89 _Unwind_DeleteException(&exn->unwindHeader);
H A Dunwind-cxx.h87 _Unwind_Exception unwindHeader; member in struct:__cxxabiv1::__cxa_exception
H A Dvec.cc46 ~uncatch_exception () { __cxa_begin_catch (&p->unwindHeader); }
/freebsd-10.1-release/contrib/libcxxrt/
H A Dcxxabi.h164 _Unwind_Exception unwindHeader; member in struct:__cxxabiv1::__cxa_exception
H A Dexception.cc219 _Unwind_Exception unwindHeader; member in struct:__cxa_dependent_exception
271 offsetof(struct __cxa_exception, unwindHeader));
275 if (!isDependentException(ex->unwindHeader.exception_class)) { return ex; }
620 if (isDependentException(exception->unwindHeader.exception_class))
637 assert(isDependentException(ex->unwindHeader.exception_class));
741 _Unwind_Reason_Code err = _Unwind_RaiseException(&ex->unwindHeader);
765 ex->unwindHeader.exception_class = exception_class;
766 ex->unwindHeader.exception_cleanup = exception_cleanup;
782 ex->unwindHeader.exception_class = dependent_exception_class;
783 ex->unwindHeader
[all...]

Completed in 162 milliseconds