Home | History | Annotate | Download | only in Checkers

Lines Matching full:report

359     // If there are no nodes accosted with the expression, nothing to report.
382 // Select the error message and SourceRanges to report.
418 // Add a report for each ExplodedNode
420 BugReport *report = new BugReport(*BT, os.str(), *I);
425 report->addRange(LHS->getSourceRange());
426 FindLastStoreBRVisitor::registerStatementVarDecls(*report, LHS, false);
430 report->addRange(i->first->getRHS()->getSourceRange());
431 FindLastStoreBRVisitor::registerStatementVarDecls(*report, RHS, false);
434 BR.emitReport(report);
611 // aborted block. This path is unreachable and we can report the error.