Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageView.h90 struct StreamDestructor { struct
94 using OwnedStream = std::unique_ptr<raw_ostream, StreamDestructor>;
H A DSourceCoverageView.cpp24 void CoveragePrinter::StreamDestructor::operator()(raw_ostream *OS) const { in operator ()()