Lines Matching refs:_assert
13 #define _assert(...) T_ASSERT_TRUE((__VA_ARGS__), # __VA_ARGS__) macro
49 _assert(ref == T{0}); in tests()
50 _assert(&ref == &array[0]); in tests()
52 _assert(ptr->i == 0); in tests()
53 _assert(&ptr->i == &array[0].i); in tests()
62 _assert(ref == T{1}); in tests()
63 _assert(&ref == &array[1]); in tests()
65 _assert(ptr->i == 1); in tests()
66 _assert(&ptr->i == &array[1].i); in tests()
75 _assert(ref == T{2}); in tests()
76 _assert(&ref == &array[2]); in tests()
78 _assert(ptr->i == 2); in tests()
79 _assert(&ptr->i == &array[2].i); in tests()
88 _assert(ref == T{4}); in tests()
89 _assert(&ref == &array[4]); in tests()
91 _assert(ptr->i == 4); in tests()
92 _assert(&ptr->i == &array[4].i); in tests()
106 _assert(!tracking_policy::did_trap); in tests()
119 _assert(tracking_policy::did_trap); in tests()
123 _assert(tracking_policy::did_trap); in tests()
134 _assert(tracking_policy::did_trap); in tests()
138 _assert(tracking_policy::did_trap); in tests()
151 _assert(tracking_policy::did_trap); in tests()
155 _assert(tracking_policy::did_trap); in tests()