Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching defs:_Unwind_Exception

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) {
639 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
641 /// @param exceptionObject thrown _Unwind_Exception instance.
648 struct _Unwind_Exception *exceptionObject,
823 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
825 /// @param exceptionObject thrown _Unwind_Exception instance.
831 struct _Unwind_Exception *exceptionObject,
864 /// Generates our _Unwind_Exception class from a given character array.
1293 // (_Unwind_Exception instance). This member tells us whether or not
1326 // Casts exception pointer (_Unwind_Exception instance) to parent
1625 // (the _Unwind_Exception::exception_class should be different from
1679 // Create portion of _Unwind_Exception type
1681 // Note: Declaring only a portion of the _Unwind_Exception struct.
1697 "sizeof(struct _Unwind_Exception) = %lu.\n",
1700 sizeof(struct _Unwind_Exception));
1705 // Create our _Unwind_Exception::exception_class value