Home
last modified time | relevance | path

Searched refs:doesOverlap (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/Support/
DMemoryTest.cpp45 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() function in __anona5d5b3fc0111::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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DMemoryTest.cpp45 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() function in __anonff40f7540111::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 …]