HomeSort by relevance Sort by last modified time
    Searched defs:_Unwind_Exception (Results 26 - 36 of 36) sorted by null

12

  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
unwind.h 81 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */
83 struct _Unwind_Exception;
84 typedef struct _Unwind_Exception _Unwind_Exception;
118 _Unwind_Exception *);
154 struct _Unwind_Exception {
159 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
167 _Unwind_Exception *,
173 _Unwind_Exception *,
266 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception *);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
unwind.h 81 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */
83 struct _Unwind_Exception;
84 typedef struct _Unwind_Exception _Unwind_Exception;
118 _Unwind_Exception *);
154 struct _Unwind_Exception {
159 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
167 _Unwind_Exception *,
173 _Unwind_Exception *,
266 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception *);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
unwind.h 81 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */
83 struct _Unwind_Exception;
84 typedef struct _Unwind_Exception _Unwind_Exception;
118 _Unwind_Exception *);
154 struct _Unwind_Exception {
159 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
167 _Unwind_Exception *,
173 _Unwind_Exception *,
266 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception *);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
unwind.h 81 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */
83 struct _Unwind_Exception;
84 typedef struct _Unwind_Exception _Unwind_Exception;
118 _Unwind_Exception *);
154 struct _Unwind_Exception {
159 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
167 _Unwind_Exception *,
173 _Unwind_Exception *,
266 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception *);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
unwind.h 81 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */
83 struct _Unwind_Exception;
84 typedef struct _Unwind_Exception _Unwind_Exception;
118 _Unwind_Exception *);
154 struct _Unwind_Exception {
159 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
167 _Unwind_Exception *,
173 _Unwind_Exception *,
266 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception *);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
unwind.h 81 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */
83 struct _Unwind_Exception;
84 typedef struct _Unwind_Exception _Unwind_Exception;
118 _Unwind_Exception *);
154 struct _Unwind_Exception {
159 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
167 _Unwind_Exception *,
173 _Unwind_Exception *,
266 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception *);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
unwind.h 81 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */
83 struct _Unwind_Exception;
84 typedef struct _Unwind_Exception _Unwind_Exception;
118 _Unwind_Exception *);
154 struct _Unwind_Exception {
159 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
167 _Unwind_Exception *,
173 _Unwind_Exception *,
266 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception *);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
unwind-arm-common.h 183 #define _Unwind_Exception _Unwind_Control_Block
212 void _Unwind_DeleteException (_Unwind_Exception *);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
unwind-arm-common.h 183 #define _Unwind_Exception _Unwind_Control_Block
212 void _Unwind_DeleteException (_Unwind_Exception *);
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 111 struct _Unwind_Exception;
114 struct _Unwind_Exception *);
116 struct _Unwind_Exception {
154 /// Note: The above unwind.h defines struct _Unwind_Exception to be aligned
161 struct _Unwind_Exception unwindException;
167 typedef struct _Unwind_Exception OurUnwindException;
341 /// This function is the struct _Unwind_Exception API mandated delete function
546 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
548 /// @param exceptionObject thrown _Unwind_Exception instance.
556 struct _Unwind_Exception *exceptionObject)
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 114 struct _Unwind_Exception;
117 struct _Unwind_Exception *);
119 struct _Unwind_Exception {
157 /// Note: The above unwind.h defines struct _Unwind_Exception to be aligned
164 struct _Unwind_Exception unwindException;
170 typedef struct _Unwind_Exception OurUnwindException;
346 /// This function is the struct _Unwind_Exception API mandated delete function
527 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
529 /// @param exceptionObject thrown _Unwind_Exception instance.
536 struct _Unwind_Exception *exceptionObject)
    [all...]

Completed in 570 milliseconds

12