Searched refs:Printf_t (Results 1 – 20 of 20) sorted by relevance
/external/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
D | segv_handler.h | 34 typedef void (*Printf_t)(const char *Format, ...); typedef 55 Printf_t Print); 77 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf, 85 SegvBacktrace_t SegvBacktrace, Printf_t Printf,
|
D | segv_handler_posix.cpp | 25 using gwp_asan::crash_handler::Printf_t; 31 Printf_t PrintfForSignalHandler; 67 ScopedEndOfReportDecorator(gwp_asan::crash_handler::Printf_t Printf) in ScopedEndOfReportDecorator() 70 gwp_asan::crash_handler::Printf_t Printf; 76 Printf_t Printf) { in printHeader() 121 gwp_asan::crash_handler::Printf_t Printf) { in defaultPrintStackTrace() 139 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf, in installSignalHandlers() 163 SegvBacktrace_t SegvBacktrace, Printf_t Printf, in dumpReport()
|
D | segv_handler_fuchsia.cpp | 16 Printf_t /* Printf */, in installSignalHandlers() argument
|
D | backtrace_linux_libc.cpp | 35 gwp_asan::crash_handler::Printf_t Printf) { in PrintBacktrace()
|
D | backtrace_sanitizer_common.cpp | 65 gwp_asan::crash_handler::Printf_t Printf) { in PrintBacktrace()
|
/external/gwp_asan/gwp_asan/optional/ |
D | segv_handler_posix.cpp | 29 using gwp_asan::Printf_t; 36 ScopedEndOfReportDecorator(gwp_asan::Printf_t Printf) : Printf(Printf) {} in ScopedEndOfReportDecorator() 38 gwp_asan::Printf_t Printf; 44 Printf_t Printf) { in printHeader() 90 SegvBacktrace_t SegvBacktrace, Printf_t Printf, in dumpReport() 158 Printf_t PrintfForSignalHandler; 197 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf, in installSignalHandlers()
|
D | options_parser.h | 18 void initOptions(Printf_t PrintfForWarnings = nullptr); 20 void initOptions(const char *OptionsStr, Printf_t PrintfForWarnings = nullptr);
|
D | options_parser.cpp | 33 explicit OptionParser(gwp_asan::Printf_t PrintfForWarnings) in OptionParser() 58 gwp_asan::Printf_t Printf = nullptr; 217 void initOptions(const char *OptionsStr, Printf_t PrintfForWarnings) { in initOptions() 251 void initOptions(Printf_t PrintfForWarnings) { in initOptions()
|
D | printf.h | 30 typedef void (*Printf_t)(const char *Format, ...); typedef
|
D | segv_handler_fuchsia.cpp | 16 Printf_t /* Printf */, in installSignalHandlers() argument
|
D | segv_handler.h | 24 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf,
|
D | backtrace.h | 32 Printf_t Print);
|
D | backtrace_linux_libc.cpp | 37 gwp_asan::Printf_t Printf) { in PrintBacktrace()
|
D | backtrace_sanitizer_common.cpp | 65 gwp_asan::Printf_t Printf) { in PrintBacktrace()
|
/external/gwp_asan/gwp_asan/tests/platform_specific/ |
D | printf_sanitizer_common.cpp | 16 Printf_t getPrintfFunction() { return __sanitizer::Printf; } in getPrintfFunction()
|
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/optional/ |
D | printf_sanitizer_common.cpp | 18 crash_handler::Printf_t getPrintfFunction() { return __sanitizer::Printf; } in getPrintfFunction()
|
/external/gwp_asan/android/ |
D | test_printf.cpp | 20 Printf_t getPrintfFunction() { return PrintfWrapper; } in getPrintfFunction()
|
D | test_backtrace.cpp | 62 gwp_asan::Printf_t Print) { in PrintBacktraceUnwindstack()
|
/external/gwp_asan/gwp_asan/tests/ |
D | harness.h | 34 Printf_t getPrintfFunction();
|
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/ |
D | harness.h | 33 crash_handler::Printf_t getPrintfFunction();
|