Lines Matching refs:_Unwind_Exception
83 struct _Unwind_Exception;
86 struct _Unwind_Exception *);
88 struct _Unwind_Exception struct
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 *);
184 struct _Unwind_Exception *, struct _Unwind_Context *);
194 (struct _Unwind_Exception *);
196 (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
197 extern void _Unwind_SjLj_Resume (struct _Unwind_Exception *);
198 extern _Unwind_Reason_Code _Unwind_SjLj_Resume_or_Rethrow (struct _Unwind_Exception *);