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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3084 ArrayRef<BugReport *> &bugReports) {
3085 assert(!bugReports.empty());
3090 for (ArrayRef<BugReport*>::iterator I = bugReports.begin(),
3091 E = bugReports.end(); I != E; ++I) {
3096 // Keep the errorNodes list in sync with the bugReports list.
3122 assert(ErrorGraph.Index < bugReports.size());
3123 BugReport *R = bugReports[ErrorGraph.Index];
3305 SmallVectorImpl<BugReport*> &bugReports) {
3320 bugReports.push_back(R);
3345 bugReports
3082 generatePathDiagnostic(PathDiagnostic& PD, PathDiagnosticConsumer &PC, ArrayRef<BugReport *> &bugReports) argument
3304 FindReportInEquivalenceClass(BugReportEquivClass& EQ, SmallVectorImpl<BugReport*> &bugReports) argument
3403 SmallVector<BugReport*, 10> bugReports; local
3414 FlushReport(BugReport *exampleReport, PathDiagnosticConsumer &PD, ArrayRef<BugReport*> bugReports) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h451 ArrayRef<BugReport *> &bugReports) {
510 ArrayRef<BugReport*> &bugReports);
449 generatePathDiagnostic(PathDiagnostic& pathDiagnostic, PathDiagnosticConsumer &PC, ArrayRef<BugReport *> &bugReports) argument

Completed in 116 milliseconds