Home | History | Annotate | Download | only in include

Lines Matching defs:_Unwind_Exception

83 struct _Unwind_Exception;
86 struct _Unwind_Exception *);
88 struct _Unwind_Exception
118 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
124 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
126 extern _Unwind_Reason_Code _Unwind_ForcedUnwind (struct _Unwind_Exception *,
131 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
135 extern void _Unwind_Resume (struct _Unwind_Exception *);
139 extern _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
185 struct _Unwind_Exception *, struct _Unwind_Context *);
195 (struct _Unwind_Exception *);
197 (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
198 extern void _Unwind_SjLj_Resume (struct _Unwind_Exception *);
199 extern _Unwind_Reason_Code _Unwind_SjLj_Resume_or_Rethrow (struct _Unwind_Exception *);