Home
last modified time | relevance | path

Searched defs:try2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/unittests/ADT/
H A DMapVectorTest.cpp136 auto try2 = mv.try_emplace(2, std::move(two), std::make_unique<int>(2)); in TEST() local
175 auto try2 = mv.try_emplace(2, std::move(two)); in TEST() local
H A DStringMapTest.cpp317 auto try2 = t.insert_or_assign("A", A(2)); in TEST_F() local
H A DDenseMapTest.cpp511 auto try2 = Map.insert_or_assign(key2, std::move(val2)); in TEST() local
/llvm-project/libcxxabi/test/
H A Dunwind_06.pass.cpp38 double try2(bool v) { in try2() function