Searched refs:doesOverlap (Results 1 – 1 of 1) sorted by relevance
/external/llvm/unittests/Support/ |
D | MemoryTest.cpp | 45 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() function in __anon33ea2cf30111::MappedMemoryTest 86 EXPECT_FALSE(doesOverlap(M1, M2)); in TEST_P() 87 EXPECT_FALSE(doesOverlap(M2, M3)); in TEST_P() 88 EXPECT_FALSE(doesOverlap(M1, M3)); in TEST_P() 136 EXPECT_FALSE(doesOverlap(M1, M2)); in TEST_P() 137 EXPECT_FALSE(doesOverlap(M2, M3)); in TEST_P() 138 EXPECT_FALSE(doesOverlap(M1, M3)); in TEST_P() 205 EXPECT_FALSE(doesOverlap(M1, M2)); in TEST_P() 206 EXPECT_FALSE(doesOverlap(M2, M3)); in TEST_P() 207 EXPECT_FALSE(doesOverlap(M1, M3)); in TEST_P() [all …]
|