Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageView.h73 struct StreamDestructor { struct
77 using OwnedStream = std::unique_ptr<raw_ostream, StreamDestructor>;
DSourceCoverageView.cpp24 void CoveragePrinter::StreamDestructor::operator()(raw_ostream *OS) const { in operator ()()
/external/llvm/tools/llvm-cov/
DSourceCoverageView.h105 struct StreamDestructor { struct
109 using OwnedStream = std::unique_ptr<raw_ostream, StreamDestructor>;
DSourceCoverageView.cpp25 void CoveragePrinter::StreamDestructor::operator()(raw_ostream *OS) const { in operator ()()