Home
last modified time | relevance | path

Searched defs:Try1 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_dense_map_test.cpp519 auto Try1 = Map.try_emplace(0, new int(1)); in TEST() local
/llvm-project/llvm/unittests/ADT/
H A DDenseMapTest.cpp664 auto Try1 = Map.try_emplace(0, new int(1)); in TEST() local