Home
last modified time | relevance | path

Searched refs:at_scope_exit (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix_libcdep.cc335 auto file_closer = at_scope_exit([&] { in StartSubprocess()
Dsanitizer_coverage_libcdep.cc798 auto argv_deleter = at_scope_exit([&] { in GenerateHtmlReport()
836 auto cov_files_deleter = at_scope_exit([&] { in DumpOffsets()
Dsanitizer_common.h816 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function