Lines Matching full:report
307 // Report the number of stack objects.
312 // Report all objects in this frame.
446 report.
453 // Do not print more than one report, otherwise they will mix up.
456 Report("AddressSanitizer: while reporting a bug found another one."
462 // an error report will finish doing it.
470 // Make sure the registry and sanitizer report mutexes are locked while
471 // we're printing an error report.
488 // Destructor is NORETURN, as functions that report errors are.
501 Report("ABORTING\n");
510 // Currently, we include the first stack frame into the report summary.
526 Report("ERROR: AddressSanitizer: SEGV on unknown address %p"
543 Report("ERROR: AddressSanitizer: attempting double-free on %p in "
560 Report("ERROR: AddressSanitizer: attempting free on address "
580 Report("ERROR: AddressSanitizer: alloc-dealloc-mismatch (%s vs %s) on %p\n",
586 Report("HINT: if you don't care about these warnings you may set "
594 Report("ERROR: AddressSanitizer: attempting to call "
607 Report("ERROR: AddressSanitizer: attempting to call "
624 Report("ERROR: AddressSanitizer: %s: "
723 Report("ERROR: AddressSanitizer: %s on address "