Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_linux_libcdep.cpp712 static bool ShouldLogAfterPrintf() { in ShouldLogAfterPrintf() function
751 static bool ShouldLogAfterPrintf() { return true; } in ShouldLogAfterPrintf() function
759 if (common_flags()->log_to_syslog && ShouldLogAfterPrintf()) in LogMessageOnPrintf()