Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp76 std::vector<FileCoverageSummary> Reports; in generateSubDirectoryReport() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h548 llvm::SmallVector<std::unique_ptr<BugReport>, 4> Reports; variable