Searched refs:Decor (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cpp | 262 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument 295 Buffer.Append(Decor.Highlight()); in PrintMemorySnippet() 313 Buffer.AppendF("%s\n", Decor.Default()); in PrintMemorySnippet() 354 Decorator Decor; in ~Diag() local 364 Buffer.Append(Decor.Bold()); in ~Diag() 370 Buffer.AppendF("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag() 371 Decor.Bold()); in ~Diag() 375 Buffer.AppendF("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag() 381 Buffer.AppendF("%s\n", Decor.Default()); in ~Diag() 385 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
|