Lines Matching refs:Printf

218   Printf("%s", str.data());  in PrintShadowMemoryForAddress()
225 Printf("malloc_zone_from_ptr(%p) = %p, which is %s\n", in PrintZoneForPointer()
228 Printf("malloc_zone_from_ptr(%p) = %p, which doesn't have a name\n", in PrintZoneForPointer()
232 Printf("malloc_zone_from_ptr(%p) = 0\n", ptr); in PrintZoneForPointer()
314 Printf("%s", str.data()); in DescribeAddressRelativeToGlobal()
331 Printf(" registered at:\n"); in DescribeAddressIfGlobal()
347 Printf("Address %p is located in the %s area.\n", addr, area_type); in DescribeAddressIfShadow()
418 Printf("%s", str.data()); in PrintAccessAndVarIntersection()
454 Printf("%s", d.Location()); in DescribeAddressIfStack()
455 Printf("Address %p is located in stack of thread T%d%s", addr, t->tid(), in DescribeAddressIfStack()
461 Printf("%s\n", d.EndLocation()); in DescribeAddressIfStack()
464 Printf(" at offset %zu in frame%s\n", access.offset, d.EndLocation()); in DescribeAddressIfStack()
480 Printf("%s", d.EndLocation()); in DescribeAddressIfStack()
486 Printf("AddressSanitizer can't parse the stack frame " in DescribeAddressIfStack()
493 Printf(" This frame has %zu object(s):\n", n_objects); in DescribeAddressIfStack()
502 Printf("HINT: this may be a false positive if your program uses " in DescribeAddressIfStack()
505 Printf(" (longjmp, SEH and C++ exceptions *are* supported)\n"); in DescribeAddressIfStack()
507 Printf(" (longjmp and C++ exceptions *are* supported)\n"); in DescribeAddressIfStack()
536 Printf("%s", str.data()); in DescribeAccessToHeapChunk()
542 Printf("AddressSanitizer can not describe address in more detail " in DescribeHeapAddress()
557 Printf("%sfreed by thread T%d%s here:%s\n", d.Allocation(), in DescribeHeapAddress()
563 Printf("%spreviously allocated by thread T%d%s here:%s\n", in DescribeHeapAddress()
568 Printf("%sallocated by thread T%d%s here:%s\n", d.Allocation(), in DescribeHeapAddress()
609 Printf("%s", str.data()); in DescribeThread()
615 Printf("%s", str.data()); in DescribeThread()
728 Printf("====================================================" in StartReporting()
743 Printf("%s", d.Warning()); in ReportStackOverflow()
749 Printf("%s", d.EndWarning()); in ReportStackOverflow()
758 Printf("%s", d.Warning()); in ReportDeadlySignal()
767 Printf("%s", d.EndWarning()); in ReportDeadlySignal()
771 Printf("AddressSanitizer can not provide additional info.\n"); in ReportDeadlySignal()
778 Printf("%s", d.Warning()); in ReportDoubleFree()
785 Printf("%s", d.EndWarning()); in ReportDoubleFree()
797 Printf("%s", d.Warning()); in ReportNewDeleteSizeMismatch()
804 Printf("%s object passed to delete has wrong type:\n", d.EndWarning()); in ReportNewDeleteSizeMismatch()
805 Printf(" size of the allocated type: %zd bytes;\n" in ReportNewDeleteSizeMismatch()
820 Printf("%s", d.Warning()); in ReportFreeNotMalloced()
826 Printf("%s", d.EndWarning()); in ReportFreeNotMalloced()
844 Printf("%s", d.Warning()); in ReportAllocTypeMismatch()
847 Printf("%s", d.EndWarning()); in ReportAllocTypeMismatch()
860 Printf("%s", d.Warning()); in ReportMallocUsableSizeNotOwned()
864 Printf("%s", d.EndWarning()); in ReportMallocUsableSizeNotOwned()
874 Printf("%s", d.Warning()); in ReportSanitizerGetAllocatedSizeNotOwned()
878 Printf("%s", d.EndWarning()); in ReportSanitizerGetAllocatedSizeNotOwned()
892 Printf("%s", d.Warning()); in ReportStringFunctionMemoryRangesOverlap()
896 Printf("%s", d.EndWarning()); in ReportStringFunctionMemoryRangesOverlap()
908 Printf("%s", d.Warning()); in ReportStringFunctionSizeOverflow()
910 Printf("%s", d.EndWarning()); in ReportStringFunctionSizeOverflow()
938 Printf("%s", d.Warning()); in ReportODRViolation()
940 Printf("%s", d.EndWarning()); in ReportODRViolation()
944 Printf(" [1] size=%zd '%s' %s\n", g1->size, in ReportODRViolation()
946 Printf(" [2] size=%zd '%s' %s\n", g2->size, in ReportODRViolation()
949 Printf("These globals were registered at these points:\n"); in ReportODRViolation()
950 Printf(" [1]:\n"); in ReportODRViolation()
952 Printf(" [2]:\n"); in ReportODRViolation()
969 Printf("%s", d.Warning()); in ReportInvalidPointerPair()
971 Printf("%s", d.EndWarning()); in ReportInvalidPointerPair()
997 Printf("mz_realloc(%p) -- attempting to realloc unallocated memory.\n" in ReportMacMzReallocUnknown()
1093 Printf("%s", d.Warning()); in ReportGenericError()
1097 Printf("%s", d.EndWarning()); in ReportGenericError()
1101 Printf("%s%s of size %zu at %p thread T%d%s%s\n", in ReportGenericError()