Lines Matching defs:report
202 Report("%s", str.data());
492 // Report the number of stack objects.
495 // Report all objects in this frame.
628 // immediately after printing error report.
631 explicit ScopedInErrorReport(ReportData *report = nullptr,
636 StartReporting(report);
646 // Fail simple to avoid deadlocks in Report().
648 // Can't use Report() here because of potential deadlocks
658 // Do not print more than one report, otherwise they will mix up.
662 Report("AddressSanitizer: while reporting a bug found another one. "
666 // to print an error report will finish doing it.
678 StartReporting(report);
711 Report("ABORTING\n");
717 void StartReporting(ReportData *report) {
718 if (report) report_data = *report;
721 // Make sure the registry and sanitizer report mutexes are locked while
722 // we're printing an error report.
744 Report(
756 ScopedInErrorReport in_report(/*report*/nullptr, /*fatal*/true);
759 Report(
765 Report("Hint: pc points to the zero page.\n");
781 Report("ERROR: AddressSanitizer: attempting double-free on %p in "
800 Report("ERROR: AddressSanitizer: new-delete-type-mismatch on %p in "
813 Report("HINT: if you don't care about these errors you may set "
823 Report("ERROR: AddressSanitizer: attempting free on address "
845 Report("ERROR: AddressSanitizer: alloc-dealloc-mismatch (%s vs %s) on %p\n",
853 Report("HINT: if you don't care about these errors you may set "
861 Report("ERROR: AddressSanitizer: attempting to call "
875 Report("ERROR: AddressSanitizer: attempting to call "
893 Report("ERROR: AddressSanitizer: %s: "
909 Report("ERROR: AddressSanitizer: %s: (size=%zd)\n", bug_type, size);
920 Report("ERROR: AddressSanitizer: bad parameters to "
929 Report("ERROR: beg is not aligned by %d\n", granularity);
939 Report("ERROR: AddressSanitizer: odr-violation (%p):\n", g1->beg);
955 Report("HINT: if you don't care about these errors you may set "
970 Report("ERROR: AddressSanitizer: invalid-pointer-pair: %p %p\n", a1, a2);
1088 ReportData report = { pc, sp, bp, addr, (bool)is_write, access_size,
1090 ScopedInErrorReport in_report(&report, fatal);
1094 Report("ERROR: AddressSanitizer: %s on address "