Home
last modified time | relevance | path

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

/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 ()()