Home
last modified time | relevance | path

Searched defs:try3 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/unittests/ADT/
H A DMapVectorTest.cpp142 auto try3 = mv.try_emplace(std::move(two), 3, std::move(p)); in TEST() local
180 auto try3 = mv.insert_or_assign(std::move(two), 3); in TEST() local
H A DDenseMapTest.cpp519 auto try3 = Map.insert_or_assign(key2, std::move(val3)); in TEST() local
/llvm-project/libcxxabi/test/
H A Dunwind_06.pass.cpp48 double try3(bool v) { in try3() function