Home
last modified time | relevance | path

Searched defs: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()
38 gwp_asan::Printf_t Printf;
/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() function
69 ~ScopedEndOfReportDecorator() { Printf("*** End GWP-ASan report ***\n"); } in ~ScopedEndOfReportDecorator()
70 gwp_asan::crash_handler::Printf_t Printf;