HomeSort by relevance Sort by last modified time
    Searched refs:Decorator (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/msan/
msan_report.cc 38 class Decorator: private __sanitizer::AnsiColorDecorator {
40 Decorator() : __sanitizer::AnsiColorDecorator(PrintsToTtyCached()) { }
53 Decorator d;
94 Decorator d;
113 Decorator d;
  /external/compiler-rt/lib/asan/
asan_report.cc 46 // ---------------------- Decorator ------------------------------ {{{1
56 class Decorator: private __sanitizer::AnsiColorDecorator {
58 Decorator() : __sanitizer::AnsiColorDecorator(PrintsToTtyCached()) { }
103 Decorator d;
110 Decorator d;
198 Decorator d;
257 Decorator d;
296 Decorator d;
348 Decorator d;
488 Decorator d
    [all...]

Completed in 96 milliseconds