Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2563 for (const auto I : bugReports) { in BugPathGetter()
2825 ArrayRef<PathSensitiveBugReport *> &bugReports, in findValidReport() argument
2879 assert(!bugReports.empty()); in generatePathDiagnostics()
2971 bugReports.push_back(PR); in findReportInEquivalenceClass()
2997 bugReports.push_back(R); in findReportInEquivalenceClass()
3032 bugReports.push_back(R); in findReportInEquivalenceClass()
3064 SmallVector<BugReport*, 10> bugReports; in FlushReport() local
3204 ArrayRef<BugReport *> bugReports) { in generateDiagnosticForConsumerMap() argument
3280 ArrayRef<BugReport *> bugReports) { in generateDiagnosticForConsumerMap() argument
3291 assert(!bugReports.empty()); in generateDiagnosticForConsumerMap()
[all …]
/llvm-project-15.0.7/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);