Lines Matching refs:CHECK_EQ
7 #define CHECK_EQ(EXPECTED_VALUE, ACTUAL_VALUE) \ in main() macro
20 CHECK_EQ(88, sizeof(struct _Unwind_Control_Block)); in main()
21 CHECK_EQ(0, offsetof(struct _Unwind_Control_Block, exception_class)); in main()
22 CHECK_EQ(8, offsetof(struct _Unwind_Control_Block, exception_cleanup)); in main()
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()