Lines Matching refs:append

52   str.append("Thread %s", AsanThreadIdAndName(context).c_str());  in DescribeThread()
54 str.append(" created by unknown thread\n"); in DescribeThread()
58 str.append(" created by %s here:\n", in DescribeThread()
129 str.append("%s", d.Location()); in PrintHeapChunkAccess()
132 str.append("%p is located %zd bytes before", in PrintHeapChunkAccess()
136 str.append("%p is located %zd bytes after", in PrintHeapChunkAccess()
140 str.append("%p is located %zd bytes inside of", (void *)descr.bad_addr, in PrintHeapChunkAccess()
144 str.append( in PrintHeapChunkAccess()
148 str.append(" %zu-byte region [%p,%p)\n", descr.chunk_size, in PrintHeapChunkAccess()
151 str.append("%s", d.Default()); in PrintHeapChunkAccess()
246 str.append(" [%zd, %zd)", var.beg, var_end); in PrintAccessAndVarIntersection()
248 str.append(" '"); in PrintAccessAndVarIntersection()
250 str.append("%c", var.name_pos[i]); in PrintAccessAndVarIntersection()
252 str.append("'"); in PrintAccessAndVarIntersection()
254 str.append(" (line %zd)", var.line); in PrintAccessAndVarIntersection()
260 str.append("%s <== Memory access at offset %zd %s this variable%s\n", in PrintAccessAndVarIntersection()
263 str.append("\n"); in PrintAccessAndVarIntersection()
280 str.append("%s", d.Location()); in DescribeAddressRelativeToGlobal()
282 str.append("%p is located %zd bytes before", (void *)addr, in DescribeAddressRelativeToGlobal()
286 str.append("%p is located %zd bytes after", (void *)addr, in DescribeAddressRelativeToGlobal()
290 str.append("%p is located %zd bytes inside of", (void *)addr, addr - g.beg); in DescribeAddressRelativeToGlobal()
292 str.append(" global variable '%s' defined in '", in DescribeAddressRelativeToGlobal()
295 str.append("' (0x%zx) of size %zu\n", g.beg, g.size); in DescribeAddressRelativeToGlobal()
296 str.append("%s", d.Default()); in DescribeAddressRelativeToGlobal()