Home | History | Annotate | Download | only in include

Lines Matching defs:_Unwind_Exception

56 struct _Unwind_Exception;
59 struct _Unwind_Exception* exc);
64 struct _Unwind_Exception*,
68 struct _Unwind_Exception {
86 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception*);
87 void _Unwind_Resume(struct _Unwind_Exception*);
88 void _Unwind_DeleteException(struct _Unwind_Exception*);
99 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception*,
103 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception*);
104 void _Unwind_Resume(struct _Unwind_Exception*);
105 void _Unwind_DeleteException(struct _Unwind_Exception*);