Searched defs:_Unwind_Exception (Results 1 - 4 of 4) sorted by relevance

/external/libunwind/include/
H A Dunwind.h62 struct _Unwind_Exception; /* forward-declaration */
65 struct _Unwind_Exception *);
69 struct _Unwind_Exception *,
77 struct _Unwind_Exception struct
85 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
86 extern _Unwind_Reason_Code _Unwind_ForcedUnwind (struct _Unwind_Exception *,
88 extern void _Unwind_Resume (struct _Unwind_Exception *);
89 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
113 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
/external/clang/lib/Headers/
H A Dunwind.h79 struct _Unwind_Exception;
104 struct _Unwind_Exception *);
106 struct _Unwind_Exception { struct
111 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
118 struct _Unwind_Exception *,
123 int, _Unwind_Action, _Unwind_Exception_Class, struct _Unwind_Exception *,
211 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
212 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
214 void _Unwind_DeleteException(struct _Unwind_Exception *);
215 void _Unwind_Resume(struct _Unwind_Exception *);
[all...]
/external/libcxxabi/include/
H A Dunwind.h67 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ typedef in typeref:struct:_Unwind_Control_Block
106 _Unwind_Exception* exceptionObject,
111 _Unwind_Exception* exceptionObject,
115 struct _Unwind_Exception; // forward declaration
116 typedef struct _Unwind_Exception _Unwind_Exception; typedef in typeref:struct:_Unwind_Exception
118 struct _Unwind_Exception { struct
121 _Unwind_Exception *exc);
125 // The gcc implementation of _Unwind_Exception used attribute mode on the
137 _Unwind_Exception* exceptionObjec
[all...]
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp110 struct _Unwind_Exception;
113 struct _Unwind_Exception *);
115 struct _Unwind_Exception { struct
153 /// Note: The above unwind.h defines struct _Unwind_Exception to be aligned
160 struct _Unwind_Exception unwindException;
166 typedef struct _Unwind_Exception OurUnwindException;
340 /// This function is the struct _Unwind_Exception API mandated delete function
545 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
547 /// @param exceptionObject thrown _Unwind_Exception instance.
555 struct _Unwind_Exception *exceptionObjec
[all...]

Completed in 379 milliseconds