Home
last modified time | relevance | path

Searched refs:SupportsColoredOutput (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_file.h76 bool SupportsColoredOutput(fd_t fd);
Dsanitizer_symbolizer_report.cpp48 return SupportsColoredOutput(fd); in SupportsColors()
Dsanitizer_rtems.cpp76 bool SupportsColoredOutput(fd_t fd) { return false; } in SupportsColoredOutput() function
Dsanitizer_posix_libcdep.cpp162 bool SupportsColoredOutput(fd_t fd) { in SupportsColoredOutput() function
Dsanitizer_win.cpp742 bool SupportsColoredOutput(fd_t fd) { in SupportsColoredOutput() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_libcdep.cc30 return SupportsColoredOutput(fd); in SupportsColors()
Dsanitizer_posix_libcdep.cc140 bool SupportsColoredOutput(fd_t fd) { in SupportsColoredOutput() function
Dsanitizer_win.cc584 bool SupportsColoredOutput(fd_t fd) { in SupportsColoredOutput() function
Dsanitizer_common.h248 bool SupportsColoredOutput(fd_t fd);