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

/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_printf.cc204 static void (*PrintfAndReportCallback)(const char *); member in namespace:__sanitizer
206 PrintfAndReportCallback = callback;
225 if (PrintfAndReportCallback)
226 PrintfAndReportCallback(str);

Completed in 94 milliseconds