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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h640 SmallVectorImpl<BugReport *> &bugReports) {
649 ArrayRef<BugReport *> bugReports);
658 SmallVectorImpl<BugReport *> &bugReports) override;
664 ArrayRef<BugReport *> bugReports) override;
677 /// \p bugReports A set of bug reports within a *single* equivalence class
684 ArrayRef<PathSensitiveBugReport *> &bugReports);
639 findReportInEquivalenceClass(BugReportEquivClass &eqClass, SmallVectorImpl<BugReport *> &bugReports) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp220 findValidReport(ArrayRef<PathSensitiveBugReport *> &bugReports,
2478 ArrayRef<PathSensitiveBugReport *> &bugReports);
2486 ArrayRef<PathSensitiveBugReport *> &bugReports) {
2488 for (const auto I : bugReports) {
2505 for (PathSensitiveBugReport *Report : bugReports) {
2750 ArrayRef<PathSensitiveBugReport *> &bugReports,
2753 BugPathGetter BugGraph(&Reporter.getGraph(), bugReports);
2803 ArrayRef<PathSensitiveBugReport *> &bugReports) {
2804 assert(!bugReports.empty());
2809 PathDiagnosticBuilder::findValidReport(bugReports, *thi
2485 BugPathGetter(const ExplodedGraph *OriginalGraph, ArrayRef<PathSensitiveBugReport *> &bugReports) argument
2749 findValidReport( ArrayRef<PathSensitiveBugReport *> &bugReports, PathSensitiveBugReporter &Reporter) argument
2801 generatePathDiagnostics( ArrayRef<PathDiagnosticConsumer *> consumers, ArrayRef<PathSensitiveBugReport *> &bugReports) argument
2884 findReportInEquivalenceClass( BugReportEquivClass &EQ, SmallVectorImpl<BugReport *> &bugReports) argument
2989 SmallVector<BugReport*, 10> bugReports; local
3119 generateDiagnosticForConsumerMap( BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers, ArrayRef<BugReport *> bugReports) argument
3195 generateDiagnosticForConsumerMap( BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers, ArrayRef<BugReport *> bugReports) argument
[all...]

Completed in 175 milliseconds