Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Support/
H A Dbuffer_ostream_test.cpp36 NaiveSmallVectorStream DestOS(Dest); in TEST() local
54 auto DestOS = std::make_unique<NaiveSmallVectorStream>(Dest); in TEST() local