Lines Matching refs:_Unwind_Exception
67 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ typedef
106 _Unwind_Exception* exceptionObject,
111 _Unwind_Exception* exceptionObject,
115 struct _Unwind_Exception; // forward declaration
116 typedef struct _Unwind_Exception _Unwind_Exception; typedef
118 struct _Unwind_Exception { struct
121 _Unwind_Exception *exc); argument
137 _Unwind_Exception* exceptionObject, argument
145 _Unwind_Exception* exceptionObject,
158 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object);
159 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object);
162 _Unwind_RaiseException(_Unwind_Exception *exception_object);
163 extern void _Unwind_Resume(_Unwind_Exception *exception_object);
165 extern void _Unwind_DeleteException(_Unwind_Exception *exception_object);
189 extern void _Unwind_Complete(_Unwind_Exception* exception_object);
261 _Unwind_SjLj_ForcedUnwind(_Unwind_Exception *exception_object,
265 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object,
284 _Unwind_SjLj_Resume_or_Rethrow(_Unwind_Exception *exception_object);
287 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object);