HomeSort by: relevance | last modified time | path
    Searched defs:Decor (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 249 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc,
282 Buffer.append(Decor.Highlight());
300 Buffer.append("%s\n", Decor.Default());
341 Decorator Decor;
351 Buffer.append(Decor.Bold());
357 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(),
358 Decor.Bold());
362 Buffer.append("%s note: %s", Decor.Note(), Decor.Default())
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_diag.cpp 262 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc,
295 Buffer.Append(Decor.Highlight());
313 Buffer.AppendF("%s\n", Decor.Default());
354 Decorator Decor;
364 Buffer.Append(Decor.Bold());
370 Buffer.AppendF("%s runtime error: %s%s", Decor.Warning(), Decor.Default(),
371 Decor.Bold());
375 Buffer.AppendF("%s note: %s", Decor.Note(), Decor.Default())
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_diag.cpp 256 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc,
289 Buffer.append("%s", Decor.Highlight());
307 Buffer.append("%s\n", Decor.Default());
348 Decorator Decor;
358 Buffer.append("%s", Decor.Bold());
364 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(),
365 Decor.Bold());
369 Buffer.append("%s note: %s", Decor.Note(), Decor.Default())
    [all...]

Completed in 28 milliseconds