OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 01:34:59 UTC 2026