Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h103 struct StreamDestructor { struct
107 using OwnedStream = std::unique_ptr<raw_ostream, StreamDestructor>;
H A DSourceCoverageView.cpp24 void CoveragePrinter::StreamDestructor::operator()(raw_ostream *OS) const { in operator ()()