Home | History | Annotate | Download | only in msan

Lines Matching refs:Printf

45   Printf("%s", d.Origin());
46 Printf(
67 Printf(" %sinvalid origin id(%d)%s\n", d.Warning(), id, d.End());
82 Printf(" %sUninitialized value was created by a heap allocation%s\n",
91 Printf(" %sUninitialized value was stored to memory at%s\n", d.Origin(),
105 Printf("%s", d.Warning());
107 Printf("%s", d.End());
118 Printf(" WARNING: Expected use of uninitialized value not found\n");
129 Printf("Unique heap origins: %zu\n", stack_depot_stats->n_uniq_ids);
130 Printf("Stack depot allocated bytes: %zu\n", stack_depot_stats->allocated);
133 Printf("Unique origin histories: %zu\n",
135 Printf("History depot allocated bytes: %zu\n",
145 Printf("%s", d.Warning());
146 Printf("MemorySanitizer: %d warnings reported.\n", msan_report_count);
147 Printf("%s", d.End());
204 Printf("%s", d.Warning());
205 Printf("Shadow map of [%p, %p), %zu bytes:\n", start, end, end - start);
206 Printf("%s", d.End());
211 Printf("%p:", s);
215 Printf(" ");
220 Printf("..");
225 Printf("%x%x", v & 0xf, v >> 4);
227 Printf("%x%x", v >> 4, v & 0xf);
242 Printf(" |");
245 Printf("%c", c);
246 if (i != 3) Printf(" ");
248 Printf("|");
250 Printf("\n");
257 Printf("\n");
261 Printf("Origin %c (origin_id %x):\n", OriginSet::asChar(i), o);
269 Printf("%s", d.Warning());
270 Printf("%sUninitialized bytes in %s%s%s at offset %zu inside [%p, %zu)%s\n",