Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/ADT/
DDenseMapTest.cpp58 const DenseMap<uint32_t *, uint32_t *> & constUintPtrMap = uintPtrMap; in TEST_F() local
60 EXPECT_EQ(0u, constUintPtrMap.size()); in TEST_F()
62 EXPECT_TRUE(constUintPtrMap.empty()); in TEST_F()
64 EXPECT_TRUE(constUintPtrMap.begin() == constUintPtrMap.end()); in TEST_F()