Lines Matching refs:_Unwind_Exception
72 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ typedef
111 _Unwind_Exception* exceptionObject,
116 _Unwind_Exception* exceptionObject,
120 struct _Unwind_Exception; // forward declaration
121 typedef struct _Unwind_Exception _Unwind_Exception; typedef
123 struct _Unwind_Exception { struct
126 _Unwind_Exception *exc); argument
149 _Unwind_Exception* exceptionObject,
157 _Unwind_Exception* exceptionObject,
170 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object);
171 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object);
174 _Unwind_RaiseException(_Unwind_Exception *exception_object);
175 extern void _Unwind_Resume(_Unwind_Exception *exception_object);
177 extern void _Unwind_DeleteException(_Unwind_Exception *exception_object);
201 extern void _Unwind_Complete(_Unwind_Exception* exception_object);
273 _Unwind_SjLj_ForcedUnwind(_Unwind_Exception *exception_object,
277 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object,
296 _Unwind_SjLj_Resume_or_Rethrow(_Unwind_Exception *exception_object);
299 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object);