Home
last modified time | relevance | path

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

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