Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp233 static void (*PrintfAndReportCallback)(const char *); variable
235 PrintfAndReportCallback = callback; in SetPrintfAndReportCallback()
250 if (PrintfAndReportCallback) in CallPrintfAndReportCallback()
251 PrintfAndReportCallback(str); in CallPrintfAndReportCallback()