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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp50 static INLINE bool ReportSupportsColors() { function in namespace:__sanitizer
57 static INLINE bool ReportSupportsColors() { return true; } function in namespace:__sanitizer
69 (internal_strcmp(flag, "auto") == 0 && ReportSupportsColors());

Completed in 100 milliseconds