Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp226 static void (*PrintfAndReportCallback)(const char *); variable
228 PrintfAndReportCallback = callback; in SetPrintfAndReportCallback()
243 if (PrintfAndReportCallback) in CallPrintfAndReportCallback()
244 PrintfAndReportCallback(str); in CallPrintfAndReportCallback()