Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp225 findValidReport(ArrayRef<PathSensitiveBugReport *> &bugReports,
2553 ArrayRef<PathSensitiveBugReport *> &bugReports);
2561 ArrayRef<PathSensitiveBugReport *> &bugReports) { in BugPathGetter() argument
2563 for (const auto I : bugReports) { in BugPathGetter()
2580 for (PathSensitiveBugReport *Report : bugReports) { in BugPathGetter()
2825 ArrayRef<PathSensitiveBugReport *> &bugReports, in findValidReport() argument
2828 BugPathGetter BugGraph(&Reporter.getGraph(), bugReports); in findValidReport()
2878 ArrayRef<PathSensitiveBugReport *> &bugReports) { in generatePathDiagnostics() argument
2879 assert(!bugReports.empty()); in generatePathDiagnostics()
2884 PathDiagnosticBuilder::findValidReport(bugReports, *this); in generatePathDiagnostics()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h651 SmallVectorImpl<BugReport *> &bugReports) { in findReportInEquivalenceClass() argument
660 ArrayRef<BugReport *> bugReports);
669 SmallVectorImpl<BugReport *> &bugReports) override;
675 ArrayRef<BugReport *> bugReports) override;
695 ArrayRef<PathSensitiveBugReport *> &bugReports);