Home | History | Annotate | Download | only in Headers

Lines Matching defs:_Unwind_Exception

79 struct _Unwind_Exception;
104 struct _Unwind_Exception *);
106 struct _Unwind_Exception {
111 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
118 struct _Unwind_Exception *,
123 int, _Unwind_Action, _Unwind_Exception_Class, struct _Unwind_Exception *,
209 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
210 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
212 void _Unwind_DeleteException(struct _Unwind_Exception *);
213 void _Unwind_Resume(struct _Unwind_Exception *);
214 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception *);
225 _Unwind_Reason_Code _Unwind_SjLj_RaiseException(struct _Unwind_Exception *);
226 _Unwind_Reason_Code _Unwind_SjLj_ForcedUnwind(struct _Unwind_Exception *,
228 void _Unwind_SjLj_Resume(struct _Unwind_Exception *);
229 _Unwind_Reason_Code _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception *);