Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp223 findValidReport(ArrayRef<PathSensitiveBugReport *> &bugReports,
2527 ArrayRef<PathSensitiveBugReport *> &bugReports);
2535 ArrayRef<PathSensitiveBugReport *> &bugReports) { in BugPathGetter() argument
2537 for (const auto I : bugReports) { in BugPathGetter()
2554 for (PathSensitiveBugReport *Report : bugReports) { in BugPathGetter()
2799 ArrayRef<PathSensitiveBugReport *> &bugReports, in findValidReport() argument
2802 BugPathGetter BugGraph(&Reporter.getGraph(), bugReports); in findValidReport()
2852 ArrayRef<PathSensitiveBugReport *> &bugReports) { in generatePathDiagnostics() argument
2853 assert(!bugReports.empty()); in generatePathDiagnostics()
2858 PathDiagnosticBuilder::findValidReport(bugReports, *this); in generatePathDiagnostics()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h644 SmallVectorImpl<BugReport *> &bugReports) { in findReportInEquivalenceClass() argument
653 ArrayRef<BugReport *> bugReports);
662 SmallVectorImpl<BugReport *> &bugReports) override;
668 ArrayRef<BugReport *> bugReports) override;
688 ArrayRef<PathSensitiveBugReport *> &bugReports);