Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp868 static bool ShouldLogAfterPrintf() { in ShouldLogAfterPrintf() function
906 static bool ShouldLogAfterPrintf() { return true; } in ShouldLogAfterPrintf() function
914 if (common_flags()->log_to_syslog && ShouldLogAfterPrintf()) in LogMessageOnPrintf()