Lines Matching refs:_Unwind_Exception
24 CHECK_EQ(24, sizeof(struct _Unwind_Exception)); in main()
25 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class)); in main()
26 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup)); in main()
27 CHECK_EQ(12, offsetof(struct _Unwind_Exception, private_1)); in main()
28 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_2)); in main()
30 CHECK_EQ(32, sizeof(struct _Unwind_Exception)); in main()
31 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class)); in main()
32 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup)); in main()
33 CHECK_EQ(12, offsetof(struct _Unwind_Exception, private_1)); in main()
34 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_2)); in main()
36 CHECK_EQ(32, sizeof(struct _Unwind_Exception)); in main()
37 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class)); in main()
38 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup)); in main()
39 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_1)); in main()
40 CHECK_EQ(24, offsetof(struct _Unwind_Exception, private_2)); in main()