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.cpp232 findValidReport(ArrayRef<PathSensitiveBugReport *> &bugReports,
2616 ArrayRef<PathSensitiveBugReport *> &bugReports);
2624 ArrayRef<PathSensitiveBugReport *> &bugReports) { in BugPathGetter() argument
2626 for (const auto I : bugReports) { in BugPathGetter()
2643 for (PathSensitiveBugReport *Report : bugReports) { in BugPathGetter()
2888 ArrayRef<PathSensitiveBugReport *> &bugReports, in findValidReport() argument
2892 BugPathGetter BugGraph(&Reporter.getGraph(), bugReports); in findValidReport()
2957 ArrayRef<PathSensitiveBugReport *> &bugReports) { in generatePathDiagnostics() argument
2958 assert(!bugReports.empty()); in generatePathDiagnostics()
2963 PathDiagnosticBuilder::findValidReport(bugReports, *this); in generatePathDiagnostics()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h669 SmallVectorImpl<BugReport *> &bugReports) { in findReportInEquivalenceClass() argument
679 ArrayRef<BugReport *> bugReports);
688 SmallVectorImpl<BugReport *> &bugReports) override;
694 ArrayRef<BugReport *> bugReports) override;
715 ArrayRef<PathSensitiveBugReport *> &bugReports);