Lines Matching refs:Printf
211 Printf("%s", str.data()); in PrintShadowMemoryForAddress()
218 Printf("malloc_zone_from_ptr(%p) = %p, which is %s\n", in PrintZoneForPointer()
221 Printf("malloc_zone_from_ptr(%p) = %p, which doesn't have a name\n", in PrintZoneForPointer()
225 Printf("malloc_zone_from_ptr(%p) = 0\n", ptr); in PrintZoneForPointer()
308 Printf("%s", str.data()); in DescribeAddressRelativeToGlobal()
321 Printf("Address %p is located in the %s area.\n", addr, area_type); in DescribeAddressIfShadow()
392 Printf("%s", str.data()); in PrintAccessAndVarIntersection()
428 Printf("%s", d.Location()); in DescribeAddressIfStack()
429 Printf("Address %p is located in stack of thread T%d%s", addr, t->tid(), in DescribeAddressIfStack()
435 Printf("%s\n", d.EndLocation()); in DescribeAddressIfStack()
438 Printf(" at offset %zu in frame%s\n", access.offset, d.EndLocation()); in DescribeAddressIfStack()
454 Printf("%s", d.EndLocation()); in DescribeAddressIfStack()
460 Printf("AddressSanitizer can't parse the stack frame " in DescribeAddressIfStack()
467 Printf(" This frame has %zu object(s):\n", n_objects); in DescribeAddressIfStack()
476 Printf("HINT: this may be a false positive if your program uses " in DescribeAddressIfStack()
479 Printf(" (longjmp, SEH and C++ exceptions *are* supported)\n"); in DescribeAddressIfStack()
481 Printf(" (longjmp and C++ exceptions *are* supported)\n"); in DescribeAddressIfStack()
510 Printf("%s", str.data()); in DescribeAccessToHeapChunk()
516 Printf("AddressSanitizer can not describe address in more detail " in DescribeHeapAddress()
531 Printf("%sfreed by thread T%d%s here:%s\n", d.Allocation(), in DescribeHeapAddress()
537 Printf("%spreviously allocated by thread T%d%s here:%s\n", in DescribeHeapAddress()
542 Printf("%sallocated by thread T%d%s here:%s\n", d.Allocation(), in DescribeHeapAddress()
583 Printf("%s", str.data()); in DescribeThread()
589 Printf("%s", str.data()); in DescribeThread()
635 Printf("====================================================" in ScopedInErrorReport()
658 Printf("%s", d.Warning()); in ReportStackOverflow()
664 Printf("%s", d.EndWarning()); in ReportStackOverflow()
673 Printf("%s", d.Warning()); in ReportSIGSEGV()
682 Printf("%s", d.EndWarning()); in ReportSIGSEGV()
686 Printf("AddressSanitizer can not provide additional info.\n"); in ReportSIGSEGV()
693 Printf("%s", d.Warning()); in ReportDoubleFree()
700 Printf("%s", d.EndWarning()); in ReportDoubleFree()
712 Printf("%s", d.Warning()); in ReportNewDeleteSizeMismatch()
719 Printf("%s object passed to delete has wrong type:\n", d.EndWarning()); in ReportNewDeleteSizeMismatch()
720 Printf(" size of the allocated type: %zd bytes;\n" in ReportNewDeleteSizeMismatch()
735 Printf("%s", d.Warning()); in ReportFreeNotMalloced()
741 Printf("%s", d.EndWarning()); in ReportFreeNotMalloced()
759 Printf("%s", d.Warning()); in ReportAllocTypeMismatch()
762 Printf("%s", d.EndWarning()); in ReportAllocTypeMismatch()
775 Printf("%s", d.Warning()); in ReportMallocUsableSizeNotOwned()
779 Printf("%s", d.EndWarning()); in ReportMallocUsableSizeNotOwned()
789 Printf("%s", d.Warning()); in ReportSanitizerGetAllocatedSizeNotOwned()
793 Printf("%s", d.EndWarning()); in ReportSanitizerGetAllocatedSizeNotOwned()
807 Printf("%s", d.Warning()); in ReportStringFunctionMemoryRangesOverlap()
811 Printf("%s", d.EndWarning()); in ReportStringFunctionMemoryRangesOverlap()
823 Printf("%s", d.Warning()); in ReportStringFunctionSizeOverflow()
825 Printf("%s", d.EndWarning()); in ReportStringFunctionSizeOverflow()
853 Printf("%s", d.Warning()); in ReportODRViolation()
855 Printf("%s", d.EndWarning()); in ReportODRViolation()
859 Printf(" [1] size=%zd '%s' %s\n", g1->size, in ReportODRViolation()
861 Printf(" [2] size=%zd '%s' %s\n", g2->size, in ReportODRViolation()
864 Printf("These globals were registered at these points:\n"); in ReportODRViolation()
865 Printf(" [1]:\n"); in ReportODRViolation()
867 Printf(" [2]:\n"); in ReportODRViolation()
883 Printf("%s", d.Warning()); in ReportInvalidPointerPair()
885 Printf("%s", d.EndWarning()); in ReportInvalidPointerPair()
911 Printf("free_common(%p) -- attempting to free unallocated memory.\n" in WarnMacFreeUnallocated()
922 Printf("mz_realloc(%p) -- attempting to realloc unallocated memory.\n" in ReportMacMzReallocUnknown()
933 Printf("cf_realloc(%p) -- attempting to realloc unallocated memory.\n" in ReportMacCfReallocUnknown()
1019 Printf("%s", d.Warning()); in __asan_report_error()
1023 Printf("%s", d.EndWarning()); in __asan_report_error()
1027 Printf("%s%s of size %zu at %p thread T%d%s%s\n", in __asan_report_error()