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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h451 ArrayRef<BugReport *> &bugReports) {
515 ArrayRef<BugReport*> &bugReports) override;
449 generatePathDiagnostic(PathDiagnostic& pathDiagnostic, PathDiagnosticConsumer &PC, ArrayRef<BugReport *> &bugReports) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3081 ArrayRef<BugReport *> &bugReports) {
3082 assert(!bugReports.empty());
3087 for (ArrayRef<BugReport*>::iterator I = bugReports.begin(),
3088 E = bugReports.end(); I != E; ++I) {
3093 // Keep the errorNodes list in sync with the bugReports list.
3119 assert(ErrorGraph.Index < bugReports.size());
3120 BugReport *R = bugReports[ErrorGraph.Index];
3305 SmallVectorImpl<BugReport*> &bugReports) {
3320 bugReports.push_back(R);
3345 bugReports
3079 generatePathDiagnostic(PathDiagnostic& PD, PathDiagnosticConsumer &PC, ArrayRef<BugReport *> &bugReports) argument
3304 FindReportInEquivalenceClass(BugReportEquivClass& EQ, SmallVectorImpl<BugReport*> &bugReports) argument
3403 SmallVector<BugReport*, 10> bugReports; local
3412 FlushReport(BugReport *exampleReport, PathDiagnosticConsumer &PD, ArrayRef<BugReport*> bugReports) argument
[all...]

Completed in 1779 milliseconds