HomeSort by: relevance | last modified time | path
    Searched defs:at_scope_exit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilFuchsia.cpp 362 RunOnDestruction<Fn> at_scope_exit(Fn fn) { function in namespace:fuzzer
396 auto CloseFdOut = at_scope_exit([FdOut]() {
445 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); });
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common.h 916 // auto cleanup = at_scope_exit([]{ do_cleanup; });
918 RunOnDestruction<Fn> at_scope_exit(Fn fn) { function in namespace:__sanitizer

Completed in 12 milliseconds