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

12

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/include/
unwind-arm-common.h 183 #define _Unwind_Exception _Unwind_Control_Block
212 void _Unwind_DeleteException (_Unwind_Exception *);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/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-google/include/
unwind-arm-common.h 183 #define _Unwind_Exception _Unwind_Control_Block
212 void _Unwind_DeleteException (_Unwind_Exception *);
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 110 struct _Unwind_Exception;
113 struct _Unwind_Exception *);
115 struct _Unwind_Exception {
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 *exceptionObject)
    [all...]

Completed in 543 milliseconds

12