Home | History | Annotate | Download | only in Checkers

Lines Matching full:report

136     BugReport *report =
140 report->addRange(oflagsEx->getSourceRange());
141 C.emitReport(report);
184 BugReport *report = new BugReport(*BT_pthreadOnce, os.str(), N);
185 report->addRange(CE->getArg(0)->getSourceRange());
186 C.emitReport(report);
208 // Generates an error report, indicating that the function whose name is given
225 BugReport *report = new BugReport(*BT_mallocZero, os.str(), N);
227 report->addRange(arg->getSourceRange());
228 bugreporter::trackNullOrUndefValue(N, arg, *report);
229 C.emitReport(report);