OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnsiColorDecorator
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h
21
class
AnsiColorDecorator
{
23
explicit
AnsiColorDecorator
(bool use_ansi_colors) : ansi_(use_ansi_colors) { }
/external/compiler-rt/lib/msan/
msan_report.cc
38
class Decorator: private __sanitizer::
AnsiColorDecorator
{
40
Decorator() : __sanitizer::
AnsiColorDecorator
(PrintsToTtyCached()) { }
/external/compiler-rt/lib/ubsan/
ubsan_diag.cc
158
static void renderMemorySnippet(const __sanitizer::
AnsiColorDecorator
&Decor,
239
__sanitizer::
AnsiColorDecorator
Decor(PrintsToTty());
/external/compiler-rt/lib/asan/
asan_report.cc
56
class Decorator: private __sanitizer::
AnsiColorDecorator
{
58
Decorator() : __sanitizer::
AnsiColorDecorator
(PrintsToTtyCached()) { }
Completed in 84 milliseconds