Lines Matching full:report
195 Report("%s", str.data());
466 // Report the number of stack objects.
469 // Report all objects in this frame.
602 // immediately after printing error report.
605 explicit ScopedInErrorReport(ReportData *report = nullptr) {
609 // Do not print more than one report, otherwise they will mix up.
612 Report("AddressSanitizer: while reporting a bug found another one. "
618 // an error report will finish doing it.
625 if (report) report_data = *report;
628 // Make sure the registry and sanitizer report mutexes are locked while
629 // we're printing an error report.
638 // Destructor is NORETURN, as functions that report errors are.
650 Report("ABORTING\n");
659 Report(
674 Report(
680 Report("Hint: pc points to the zero page.\n");
696 Report("ERROR: AddressSanitizer: attempting double-free on %p in "
715 Report("ERROR: AddressSanitizer: new-delete-type-mismatch on %p in "
728 Report("HINT: if you don't care about these warnings you may set "
738 Report("ERROR: AddressSanitizer: attempting free on address "
760 Report("ERROR: AddressSanitizer: alloc-dealloc-mismatch (%s vs %s) on %p\n",
768 Report("HINT: if you don't care about these warnings you may set "
776 Report("ERROR: AddressSanitizer: attempting to call "
790 Report("ERROR: AddressSanitizer: attempting to call "
808 Report("ERROR: AddressSanitizer: %s: "
824 Report("ERROR: AddressSanitizer: %s: (size=%zd)\n", bug_type, size);
835 Report("ERROR: AddressSanitizer: bad parameters to "
844 Report("ERROR: beg is not aligned by %d\n", granularity);
854 Report("ERROR: AddressSanitizer: odr-violation (%p):\n", g1->beg);
870 Report("HINT: if you don't care about these warnings you may set "
884 Report("ERROR: AddressSanitizer: invalid-pointer-pair: %p %p\n", a1, a2);
1014 ReportData report = { pc, sp, bp, addr, (bool)is_write, access_size,
1016 ScopedInErrorReport in_report(&report);
1020 Report("ERROR: AddressSanitizer: %s on address "