Lines Matching refs:_assert
12 #define _assert(...) T_ASSERT_TRUE((__VA_ARGS__), # __VA_ARGS__) macro
42 _assert(&ref == &ptr); in tests()
43 _assert(ptr == array.end()); in tests()
48 _assert(&ref == &ptr); in tests()
49 _assert(&*ptr == &array[4]); in tests()
54 _assert(&ref == &ptr); in tests()
55 _assert(&*ptr == &array[3]); in tests()
60 _assert(&ref == &ptr); in tests()
61 _assert(&*ptr == &array[2]); in tests()
66 _assert(&ref == &ptr); in tests()
67 _assert(&*ptr == &array[1]); in tests()
72 _assert(&ref == &ptr); in tests()
73 _assert(&*ptr == &array[0]); in tests()
84 _assert(&ref == &ptr); in tests()
85 _assert(&*ptr == &array[0]); in tests()
90 _assert(&ref == &ptr); in tests()
91 _assert(&*ptr == &array[1]); in tests()
96 _assert(&ref == &ptr); in tests()
97 _assert(&*ptr == &array[2]); in tests()
102 _assert(&ref == &ptr); in tests()
103 _assert(&*ptr == &array[3]); in tests()
108 _assert(&ref == &ptr); in tests()
109 _assert(&*ptr == &array[4]); in tests()
114 _assert(&ref == &ptr); in tests()
115 _assert(ptr == array.end()); in tests()
133 _assert(tracking_policy::did_trap); in tests()
141 _assert(tracking_policy::did_trap); in tests()
167 _assert(!tracking_policy::did_trap); in tests()
169 _assert(!tracking_policy::did_trap); in tests()
171 _assert(!tracking_policy::did_trap); // offset is now right at its negative limit in tests()
173 _assert(tracking_policy::did_trap); in tests()
181 _assert(!tracking_policy::did_trap); in tests()
183 _assert(!tracking_policy::did_trap); in tests()
185 _assert(!tracking_policy::did_trap); // offset is now right at its positive limit in tests()
187 _assert(tracking_policy::did_trap); in tests()