Home | History | Annotate | Download | only in ubsan

Lines Matching refs:Printf

95 /// Hexadecimal printing for numbers too large for Printf to handle directly.
98 Printf("0x%08x%08x%08x%08x",
131 Printf("%s:", LocBuffer.data());
142 Printf(Buffer);
148 Printf("%s", A.String);
151 Printf("'%s'", Symbolizer::GetOrInit()->Demangle(A.String));
157 Printf("%lld", (long long)A.SInt);
163 Printf("%llu", (unsigned long long)A.UInt);
169 // printf, and stop using snprintf here.
172 Printf("%s", Buffer);
176 Printf("%p", A.Pointer);
219 Printf("%s%02x", (P % 8 == 0) ? " " : " ", C);
221 Printf("\n");
224 Printf(Decor.Highlight());
237 Printf((P % 8 == 0) ? Buffer : &Buffer[1]);
239 Printf("%s\n", Decor.EndHighlight());
254 Printf(" ");
256 Printf("\n");
280 Printf(Decor.Bold());
286 Printf("%s runtime error: %s%s",
291 Printf("%s note: %s", Decor.Note(), Decor.EndNote());
297 Printf("%s\n", Decor.Default());