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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_throw.cc72 __GXX_INIT_PRIMARY_EXCEPTION_CLASS(header->exc.unwindHeader.exception_class);
73 header->exc.unwindHeader.exception_cleanup = __gxx_exception_cleanup;
76 _Unwind_SjLj_RaiseException (&header->exc.unwindHeader);
78 _Unwind_RaiseException (&header->exc.unwindHeader);
82 __cxa_begin_catch (&header->exc.unwindHeader);
98 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
104 _Unwind_SjLj_Resume_or_Rethrow (&header->unwindHeader);
107 _Unwind_RaiseException (&header->unwindHeader);
109 _Unwind_Resume_or_Rethrow (&header->unwindHeader);
114 __cxa_begin_catch (&header->unwindHeader);
[all...]
H A Deh_type.cc42 if (__is_dependent_exception (header->unwindHeader.exception_class))
45 __get_dependent_exception_from_ue (&header->unwindHeader);
H A Deh_catch.cc52 // examine header->unwindHeader though.
53 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
103 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
106 _Unwind_DeleteException (&header->unwindHeader);
122 _Unwind_DeleteException (&header->unwindHeader);
H A Deh_ptr.cc158 if (!__is_gxx_exception_class (header->unwindHeader.exception_class))
207 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class);
208 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup;
211 _Unwind_SjLj_RaiseException (&dep->unwindHeader);
213 _Unwind_RaiseException (&dep->unwindHeader);
217 __cxa_begin_catch (&dep->unwindHeader);
H A Deh_arm.cc100 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class);
141 if (__is_gxx_exception_class(header->unwindHeader.exception_class))
154 return &header->unwindHeader;
H A Deh_call.cc139 if (__cxa_type_match(&new_xh->unwindHeader, catch_type, false,
H A Deh_globals.cc84 _Unwind_DeleteException(&exn->unwindHeader);
H A Dunwind-cxx.h84 _Unwind_Exception unwindHeader; member in struct:__cxxabiv1::__cxa_exception
133 _Unwind_Exception unwindHeader; member in struct:__cxxabiv1::__cxa_dependent_exception
404 return __get_object_from_ue (&p_or_d->unwindHeader);
H A Dvec.cc41 ~uncatch_exception () { __cxa_begin_catch (&p->unwindHeader); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/libsupc++/
H A Deh_throw.cc66 __GXX_INIT_EXCEPTION_CLASS(header->unwindHeader.exception_class);
67 header->unwindHeader.exception_cleanup = __gxx_exception_cleanup;
70 _Unwind_SjLj_RaiseException (&header->unwindHeader);
72 _Unwind_RaiseException (&header->unwindHeader);
76 __cxa_begin_catch (&header->unwindHeader);
92 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
98 _Unwind_SjLj_Resume_or_Rethrow (&header->unwindHeader);
101 _Unwind_RaiseException (&header->unwindHeader);
103 _Unwind_Resume_or_Rethrow (&header->unwindHeader);
108 __cxa_begin_catch (&header->unwindHeader);
[all...]
H A Deh_catch.cc58 // examine header->unwindHeader though.
59 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
109 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
112 _Unwind_DeleteException (&header->unwindHeader);
128 _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.cc144 if (__cxa_type_match(&new_xh->unwindHeader, catch_type, false,
H A Deh_globals.cc92 _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); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/18_support/exception/
H A D38732.cc48 _Unwind_Exception unwindHeader; member in struct:__cxa_exception

Completed in 118 milliseconds