Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp238 findValidReport(ArrayRef<PathSensitiveBugReport *> &bugReports,
2573 ArrayRef<PathSensitiveBugReport *> &bugReports);
2581 ArrayRef<PathSensitiveBugReport *> &bugReports) { in BugPathGetter() argument
2583 for (const auto I : bugReports) { in BugPathGetter()
2600 for (PathSensitiveBugReport *Report : bugReports) { in BugPathGetter()
2844 ArrayRef<PathSensitiveBugReport *> &bugReports, in findValidReport() argument
2848 BugPathGetter BugGraph(&Reporter.getGraph(), bugReports); in findValidReport()
2912 ArrayRef<PathSensitiveBugReport *> &bugReports) { in generatePathDiagnostics() argument
2913 assert(!bugReports.empty()); in generatePathDiagnostics()
2918 PathDiagnosticBuilder::findValidReport(bugReports, *this); in generatePathDiagnostics()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h666 SmallVectorImpl<BugReport *> &bugReports) { in findReportInEquivalenceClass() argument
675 ArrayRef<BugReport *> bugReports);
684 SmallVectorImpl<BugReport *> &bugReports) override;
690 ArrayRef<BugReport *> bugReports) override;
710 ArrayRef<PathSensitiveBugReport *> &bugReports);