Lines Matching refs:_Unwind_Exception
72 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ typedef
111 _Unwind_Exception* exceptionObject,
115 _Unwind_State state, _Unwind_Exception *exceptionObject,
119 struct _Unwind_Exception; // forward declaration
120 typedef struct _Unwind_Exception _Unwind_Exception; typedef
122 struct _Unwind_Exception { struct
125 _Unwind_Exception *exc); argument
148 _Unwind_Exception* exceptionObject,
154 _Unwind_Exception *exceptionObject, struct _Unwind_Context *context);
166 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object);
167 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object);
170 _Unwind_RaiseException(_Unwind_Exception *exception_object);
171 extern void _Unwind_Resume(_Unwind_Exception *exception_object);
173 extern void _Unwind_DeleteException(_Unwind_Exception *exception_object);
197 extern void _Unwind_Complete(_Unwind_Exception* exception_object);
269 _Unwind_SjLj_ForcedUnwind(_Unwind_Exception *exception_object,
273 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object,
292 _Unwind_SjLj_Resume_or_Rethrow(_Unwind_Exception *exception_object);
295 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object);