Home
last modified time | relevance | path

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

/aosp_15_r20/external/gwp_asan/gwp_asan/optional/
H A Dsegv_handler_posix.cpp35 struct ScopedEndOfReportDecorator { struct
36 ScopedEndOfReportDecorator(gwp_asan::Printf_t Printf) : Printf(Printf) {} in ScopedEndOfReportDecorator() function
37 ~ScopedEndOfReportDecorator() { Printf("*** End GWP-ASan report ***\n"); } in ~ScopedEndOfReportDecorator()
38 gwp_asan::Printf_t Printf;