Home | History | Annotate | Download | only in processor

Lines Matching defs:ASSERT_FALSE

47 #define ASSERT_FALSE(condition) ASSERT_TRUE(!(condition))
62 ASSERT_FALSE(crm.StoreRange(10, 10, 2)); // exactly equal to 1
63 ASSERT_FALSE(crm.StoreRange(11, 10, 3)); // begins inside 1 and extends up
64 ASSERT_FALSE(crm.StoreRange( 9, 10, 4)); // begins below 1 and ends inside
76 ASSERT_FALSE(crm.StoreRange(32, 10, 16)); // begins in #10, ends in #14
77 ASSERT_FALSE(crm.StoreRange(50, 0, 17)); // zero length
87 ASSERT_FALSE(crm.StoreRange(59, 9, 27));
88 ASSERT_FALSE(crm.StoreRange(59, 10, 28));
89 ASSERT_FALSE(crm.StoreRange(59, 11, 29));
93 ASSERT_FALSE(crm.StoreRange(72, 6, 33));
108 ASSERT_FALSE(crm.StoreRange(86, 2, 48));