Home
last modified time | relevance | path

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

/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilFuchsia.cpp410 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
465 auto CloseFdOut = at_scope_exit([FdOut]() { in ExecuteCommand()
500 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()
/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