Lines Matching refs:Printf

41   Printf("%s", d.Origin());
43 Printf(
48 Printf(" %sUninitialized value was created in the stack frame%s\n",
63 Printf(" %sUninitialized value was stored to memory at%s\n", d.Origin(),
75 Printf(" %sUninitialized value was created by a heap allocation%s\n",
79 Printf(" %sUninitialized value was created by a heap deallocation%s\n",
83 Printf(" %sMemory was marked as uninitialized%s\n", d.Origin(),
87 Printf(" %sMember fields were destroyed%s\n", d.Origin(), d.Default());
90 Printf(" %sVirtual table ptr was destroyed%s\n", d.Origin(),
94 Printf(" %sUninitialized value was created%s\n", d.Origin(),
108 Printf("%s", d.Warning());
110 Printf("%s", d.Default());
121 Printf("WARNING: Expected use of uninitialized value not found\n");
132 Printf("Unique heap origins: %zu\n", stack_depot_stats.n_uniq_ids);
133 Printf("Stack depot allocated bytes: %zu\n", stack_depot_stats.allocated);
136 Printf("Unique origin histories: %zu\n",
138 Printf("History depot allocated bytes: %zu\n",
148 Printf("%s", d.Warning());
149 Printf("MemorySanitizer: %d warnings reported.\n", msan_report_count);
150 Printf("%s", d.Default());
207 Printf("%s", d.Warning());
209 Printf("Shadow map [%p, %p) of [%p, %p), %zu bytes:\n",
213 Printf("%s", d.Default());
218 Printf("%p[%p]:", reinterpret_cast<void *>(s),
223 Printf(" ");
228 Printf("..");
232 Printf("%x%x", v >> 4, v & 0xf);
246 Printf(" |");
249 Printf("%c", c);
250 if (i != 3) Printf(" ");
252 Printf("|");
254 Printf("\n");
261 Printf("\n");
265 Printf("Origin %c (origin_id %x):\n", OriginSet::asChar(i), o);
274 Printf("%s", d.Warning());
275 Printf("%sUninitialized bytes in %s%s%s at offset %zu inside [%p, %zu)%s\n",