Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_dense_map_test.cpp521 auto Try2 = Map.try_emplace(0, std::move(P)); in TEST() local
522 EXPECT_FALSE(Try2.second); in TEST()
523 EXPECT_EQ(Try1.first, Try2.first); in TEST()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DDenseMapTest.cpp624 auto Try2 = Map.try_emplace(0, std::move(P)); in TEST() local
625 EXPECT_FALSE(Try2.second); in TEST()
626 EXPECT_EQ(Try1.first, Try2.first); in TEST()