HomeSort by: relevance | last modified time | path
    Searched refs:PrintfAndReportCallback (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_printf.cc 225 static void (*PrintfAndReportCallback)(const char *);
227 PrintfAndReportCallback = callback;
242 if (PrintfAndReportCallback)
243 PrintfAndReportCallback(str);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_printf.cpp 226 static void (*PrintfAndReportCallback)(const char *);
228 PrintfAndReportCallback = callback;
243 if (PrintfAndReportCallback)
244 PrintfAndReportCallback(str);

Completed in 23 milliseconds