Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_report.cpp51 static inline bool ReportSupportsColors() { in ReportSupportsColors() function
58 static inline bool ReportSupportsColors() { return true; } in ReportSupportsColors() function
70 (internal_strcmp(flag, "auto") == 0 && ReportSupportsColors()); in ColorizeReports()