Lines Matching refs:_Unwind_Exception
109 struct _Unwind_Exception;
112 struct _Unwind_Exception *);
114 struct _Unwind_Exception {
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 *exceptionObject) {
638 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
640 /// @param exceptionObject thrown _Unwind_Exception instance.
647 struct _Unwind_Exception *exceptionObject,
822 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
824 /// @param exceptionObject thrown _Unwind_Exception instance.
830 struct _Unwind_Exception *exceptionObject,
863 /// Generates our _Unwind_Exception class from a given character array.
1295 // (_Unwind_Exception instance). This member tells us whether or not
1328 // Casts exception pointer (_Unwind_Exception instance) to parent
1629 // (the _Unwind_Exception::exception_class should be different from
1683 // Create portion of _Unwind_Exception type
1685 // Note: Declaring only a portion of the _Unwind_Exception struct.
1701 "sizeof(struct _Unwind_Exception) = %lu.\n",
1704 sizeof(struct _Unwind_Exception));
1709 // Create our _Unwind_Exception::exception_class value