Home
last modified time | relevance | path

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

/external/gwp_asan/gwp_asan/optional/
Dsegv_handler_posix.cpp35 struct ScopedEndOfReportDecorator { struct
36 ScopedEndOfReportDecorator(gwp_asan::Printf_t Printf) : Printf(Printf) {} in ScopedEndOfReportDecorator() argument
37 ~ScopedEndOfReportDecorator() { Printf("*** End GWP-ASan report ***\n"); } in ~ScopedEndOfReportDecorator() argument
100 ScopedEndOfReportDecorator Decorator(Printf); in dumpReport()
/external/llvm-project/compiler-rt/lib/gwp_asan/optional/
Dsegv_handler_posix.cpp66 struct ScopedEndOfReportDecorator { struct
67 ScopedEndOfReportDecorator(gwp_asan::crash_handler::Printf_t Printf) in ScopedEndOfReportDecorator() argument
69 ~ScopedEndOfReportDecorator() { Printf("*** End GWP-ASan report ***\n"); } in ~ScopedEndOfReportDecorator() argument
173 ScopedEndOfReportDecorator Decorator(Printf); in dumpReport()