Home
last modified time | relevance | path

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

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