Searched refs:InsertResult1 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/unittests/IR/
H A DValueMapTest.cpp88 std::pair<typename ValueMap<TypeParam*, int>::iterator, bool> InsertResult1 = local
90 EXPECT_EQ(this->AddV.get(), InsertResult1.first->first);
91 EXPECT_EQ(3, InsertResult1.first->second);
92 EXPECT_TRUE(InsertResult1.second);
/external/swiftshader/third_party/LLVM/unittests/VMCore/
H A DValueMapTest.cpp90 std::pair<typename ValueMap<TypeParam*, int>::iterator, bool> InsertResult1 = local
92 EXPECT_EQ(this->AddV.get(), InsertResult1.first->first);
93 EXPECT_EQ(3, InsertResult1.first->second);
94 EXPECT_TRUE(InsertResult1.second);

Completed in 431 milliseconds