Searched refs:doesOverlap (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/unittests/Support/ |
H A D | MemoryTest.cpp | 75 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() function in __anon6935dd440111::MappedMemoryTest 142 EXPECT_FALSE(doesOverlap(M1, M2)); in TEST_P() 143 EXPECT_FALSE(doesOverlap(M2, M3)); in TEST_P() 144 EXPECT_FALSE(doesOverlap(M1, M3)); in TEST_P() 195 EXPECT_FALSE(doesOverlap(M1, M2)); in TEST_P() 196 EXPECT_FALSE(doesOverlap(M2, M3)); in TEST_P() 197 EXPECT_FALSE(doesOverlap(M1, M3)); in TEST_P() 269 EXPECT_FALSE(doesOverlap(M1, M2)); in TEST_P() 270 EXPECT_FALSE(doesOverlap(M2, M3)); in TEST_P() 271 EXPECT_FALSE(doesOverlap(M1, M3)); in TEST_P() [all …]
|