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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h454 ArrayRef<BugReport *> &bugReports) {
518 ArrayRef<BugReport*> &bugReports) override;
452 generatePathDiagnostic(PathDiagnostic& pathDiagnostic, PathDiagnosticConsumer &PC, ArrayRef<BugReport *> &bugReports) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3056 ArrayRef<BugReport *> &bugReports) {
3057 assert(!bugReports.empty());
3062 for (ArrayRef<BugReport*>::iterator I = bugReports.begin(),
3063 E = bugReports.end(); I != E; ++I) {
3068 // Keep the errorNodes list in sync with the bugReports list.
3094 assert(ErrorGraph.Index < bugReports.size());
3095 BugReport *R = bugReports[ErrorGraph.Index];
3282 SmallVectorImpl<BugReport*> &bugReports) {
3297 bugReports.push_back(R);
3322 bugReports
3054 generatePathDiagnostic(PathDiagnostic& PD, PathDiagnosticConsumer &PC, ArrayRef<BugReport *> &bugReports) argument
3281 FindReportInEquivalenceClass(BugReportEquivClass& EQ, SmallVectorImpl<BugReport*> &bugReports) argument
3380 SmallVector<BugReport*, 10> bugReports; local
3389 FlushReport(BugReport *exampleReport, PathDiagnosticConsumer &PD, ArrayRef<BugReport*> bugReports) argument
[all...]

Completed in 430 milliseconds