Lines Matching full:report
242 // Generate a report for this bug.
244 BugReport *report = new BugReport(*BT, os.str(), N);
246 report->addRange(S->getSourceRange());
247 bugreporter::trackNullOrUndefValue(N, S, *report);
248 C.emitReport(report);
301 // Generate a report for this bug.
302 BugReport *report;
304 report = new BugReport(*BT, warningMsg, N);
314 report = new BugReport(*BT, os.str(), N);
321 report->addRange(S->getSourceRange());
322 C.emitReport(report);
530 // Generate a report for this bug.
531 BugReport *report =
534 report->addRange(First->getSourceRange());
535 report->addRange(Second->getSourceRange());
537 C.emitReport(report);
582 // We have an overflow. Emit a bug report.
598 // Generate a report for this bug.
599 BugReport *report = new BugReport(*BT_AdditionOverflow, warning, N);
600 C.emitReport(report);
702 // Generate a report for this bug.
703 BugReport *report = new BugReport(*BT_NotCString,
706 report->addRange(Ex->getSourceRange());
707 C.emitReport(report);
766 // Generate a report for this bug.
767 BugReport *report = new BugReport(*BT_NotCString,
770 report->addRange(Ex->getSourceRange());
771 C.emitReport(report);