Searched defs:_Unwind_Exception (Results 1 - 5 of 5) 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/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c41 struct _Unwind_Exception { struct
44 struct _Unwind_Exception* exc);
187 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
192 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
/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 *,
209 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
210 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
212 void _Unwind_DeleteException(struct _Unwind_Exception *);
213 void _Unwind_Resume(struct _Unwind_Exception *);
[all...]
/external/libcxxabi/include/
H A Dunwind.h71 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ typedef in typeref:struct:_Unwind_Control_Block
110 _Unwind_Exception* exceptionObject,
115 _Unwind_Exception* exceptionObject,
119 struct _Unwind_Exception; // forward declaration
120 typedef struct _Unwind_Exception _Unwind_Exception; typedef in typeref:struct:_Unwind_Exception
122 struct _Unwind_Exception { struct
125 _Unwind_Exception *exc);
129 // The gcc implementation of _Unwind_Exception used attribute mode on the
141 _Unwind_Exception* exceptionObjec
[all...]
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp109 struct _Unwind_Exception;
112 struct _Unwind_Exception *);
114 struct _Unwind_Exception { struct
152 /// Note: The above unwind.h defines struct _Unwind_Exception to be aligned
159 struct _Unwind_Exception unwindException;
165 typedef struct _Unwind_Exception OurUnwindException;
339 /// This function is the struct _Unwind_Exception API mandated delete function
544 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
546 /// @param exceptionObject thrown _Unwind_Exception instance.
554 struct _Unwind_Exception *exceptionObjec
[all...]

Completed in 434 milliseconds