Lines Matching refs:Printf

219   Printf("%s", str.data());  in PrintShadowMemoryForAddress()
226 Printf("malloc_zone_from_ptr(%p) = %p, which is %s\n", in PrintZoneForPointer()
229 Printf("malloc_zone_from_ptr(%p) = %p, which doesn't have a name\n", in PrintZoneForPointer()
233 Printf("malloc_zone_from_ptr(%p) = 0\n", ptr); in PrintZoneForPointer()
315 Printf("%s", str.data()); in DescribeAddressRelativeToGlobal()
332 Printf(" registered at:\n"); in DescribeAddressIfGlobal()
348 Printf("Address %p is located in the %s area.\n", addr, area_type); in DescribeAddressIfShadow()
419 Printf("%s", str.data()); in PrintAccessAndVarIntersection()
455 Printf("%s", d.Location()); in DescribeAddressIfStack()
456 Printf("Address %p is located in stack of thread T%d%s", addr, t->tid(), in DescribeAddressIfStack()
462 Printf("%s\n", d.EndLocation()); in DescribeAddressIfStack()
465 Printf(" at offset %zu in frame%s\n", access.offset, d.EndLocation()); in DescribeAddressIfStack()
481 Printf("%s", d.EndLocation()); in DescribeAddressIfStack()
487 Printf("AddressSanitizer can't parse the stack frame " in DescribeAddressIfStack()
494 Printf(" This frame has %zu object(s):\n", n_objects); in DescribeAddressIfStack()
503 Printf("HINT: this may be a false positive if your program uses " in DescribeAddressIfStack()
506 Printf(" (longjmp, SEH and C++ exceptions *are* supported)\n"); in DescribeAddressIfStack()
508 Printf(" (longjmp and C++ exceptions *are* supported)\n"); in DescribeAddressIfStack()
537 Printf("%s", str.data()); in DescribeAccessToHeapChunk()
543 Printf("AddressSanitizer can not describe address in more detail " in DescribeHeapAddress()
558 Printf("%sfreed by thread T%d%s here:%s\n", d.Allocation(), in DescribeHeapAddress()
564 Printf("%spreviously allocated by thread T%d%s here:%s\n", in DescribeHeapAddress()
569 Printf("%sallocated by thread T%d%s here:%s\n", d.Allocation(), in DescribeHeapAddress()
610 Printf("%s", str.data()); in DescribeThread()
616 Printf("%s", str.data()); in DescribeThread()
729 Printf("====================================================" in StartReporting()
744 Printf("%s", d.Warning()); in ReportStackOverflow()
750 Printf("%s", d.EndWarning()); in ReportStackOverflow()
760 Printf("%s", d.Warning()); in ReportDeadlySignal()
766 Printf("%s", d.EndWarning()); in ReportDeadlySignal()
795 Printf("AddressSanitizer can not provide additional info.\n"); in ReportDeadlySignal()
802 Printf("%s", d.Warning()); in ReportDoubleFree()
809 Printf("%s", d.EndWarning()); in ReportDoubleFree()
822 Printf("%s", d.Warning()); in ReportNewDeleteSizeMismatch()
829 Printf("%s object passed to delete has wrong type:\n", d.EndWarning()); in ReportNewDeleteSizeMismatch()
830 Printf(" size of the allocated type: %zd bytes;\n" in ReportNewDeleteSizeMismatch()
846 Printf("%s", d.Warning()); in ReportFreeNotMalloced()
852 Printf("%s", d.EndWarning()); in ReportFreeNotMalloced()
871 Printf("%s", d.Warning()); in ReportAllocTypeMismatch()
874 Printf("%s", d.EndWarning()); in ReportAllocTypeMismatch()
888 Printf("%s", d.Warning()); in ReportMallocUsableSizeNotOwned()
892 Printf("%s", d.EndWarning()); in ReportMallocUsableSizeNotOwned()
902 Printf("%s", d.Warning()); in ReportSanitizerGetAllocatedSizeNotOwned()
906 Printf("%s", d.EndWarning()); in ReportSanitizerGetAllocatedSizeNotOwned()
920 Printf("%s", d.Warning()); in ReportStringFunctionMemoryRangesOverlap()
924 Printf("%s", d.EndWarning()); in ReportStringFunctionMemoryRangesOverlap()
937 Printf("%s", d.Warning()); in ReportStringFunctionSizeOverflow()
939 Printf("%s", d.EndWarning()); in ReportStringFunctionSizeOverflow()
968 Printf("%s", d.Warning()); in ReportODRViolation()
970 Printf("%s", d.EndWarning()); in ReportODRViolation()
974 Printf(" [1] size=%zd '%s' %s\n", g1->size, in ReportODRViolation()
976 Printf(" [2] size=%zd '%s' %s\n", g2->size, in ReportODRViolation()
979 Printf("These globals were registered at these points:\n"); in ReportODRViolation()
980 Printf(" [1]:\n"); in ReportODRViolation()
982 Printf(" [2]:\n"); in ReportODRViolation()
999 Printf("%s", d.Warning()); in ReportInvalidPointerPair()
1001 Printf("%s", d.EndWarning()); in ReportInvalidPointerPair()
1027 Printf("mz_realloc(%p) -- attempting to realloc unallocated memory.\n" in ReportMacMzReallocUnknown()
1050 Printf("HINT: if you don't care about these errors you may set " in PrintContainerOverflowHint()
1175 Printf("%s", d.Warning()); in ReportGenericError()
1179 Printf("%s", d.EndWarning()); in ReportGenericError()
1183 Printf("%s%s of size %zu at %p thread T%d%s%s\n", in ReportGenericError()