Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DValueMapTest.cpp88 std::pair<typename ValueMap<TypeParam*, int>::iterator, bool> InsertResult1 = in TYPED_TEST() local
90 EXPECT_EQ(this->AddV.get(), InsertResult1.first->first); in TYPED_TEST()
91 EXPECT_EQ(3, InsertResult1.first->second); in TYPED_TEST()
92 EXPECT_TRUE(InsertResult1.second); in TYPED_TEST()