Home | History | Annotate | Download | only in include

Lines Matching defs:_Unwind_Exception

79 struct _Unwind_Exception;
112 struct _Unwind_Exception *);
114 struct _Unwind_Exception {
119 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
126 struct _Unwind_Exception *,
131 int, _Unwind_Action, _Unwind_Exception_Class, struct _Unwind_Exception *,
228 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
229 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
231 void _Unwind_DeleteException(struct _Unwind_Exception *);
232 void _Unwind_Resume(struct _Unwind_Exception *);
233 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception *);
244 _Unwind_Reason_Code _Unwind_SjLj_RaiseException(struct _Unwind_Exception *);
245 _Unwind_Reason_Code _Unwind_SjLj_ForcedUnwind(struct _Unwind_Exception *,
247 void _Unwind_SjLj_Resume(struct _Unwind_Exception *);
248 _Unwind_Reason_Code _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception *);