Lines Matching refs:AppendF
52 str.AppendF("Thread %s", AsanThreadIdAndName(context).c_str()); in DescribeThread()
58 str.AppendF(" created by %s here:\n", in DescribeThread()
132 str.AppendF("%p is located %zd bytes before", (void *)descr.bad_addr, in PrintHeapChunkAccess()
136 str.AppendF("%p is located %zd bytes after", (void *)descr.bad_addr, in PrintHeapChunkAccess()
140 str.AppendF("%p is located %zd bytes inside of", (void *)descr.bad_addr, in PrintHeapChunkAccess()
144 str.AppendF( in PrintHeapChunkAccess()
148 str.AppendF(" %zu-byte region [%p,%p)\n", descr.chunk_size, in PrintHeapChunkAccess()
246 str.AppendF(" [%zd, %zd)", var.beg, var_end); in PrintAccessAndVarIntersection()
250 str.AppendF("%c", var.name_pos[i]); in PrintAccessAndVarIntersection()
254 str.AppendF(" (line %zd)", var.line); in PrintAccessAndVarIntersection()
260 str.AppendF("%s <== Memory access at offset %zd %s this variable%s\n", in PrintAccessAndVarIntersection()
282 str.AppendF("%p is located %zd bytes before", (void *)addr, g.beg - addr); in DescribeAddressRelativeToGlobal()
285 str.AppendF("%p is located %zd bytes after", (void *)addr, in DescribeAddressRelativeToGlobal()
289 str.AppendF("%p is located %zd bytes inside of", (void *)addr, in DescribeAddressRelativeToGlobal()
292 str.AppendF(" global variable '%s' defined in '", in DescribeAddressRelativeToGlobal()
295 str.AppendF("' (%p) of size %zu\n", (void *)g.beg, g.size); in DescribeAddressRelativeToGlobal()