Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DScopeExit.h32 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {} in scope_exit() function
34 scope_exit(scope_exit &&Rhs) in scope_exit() function
/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp1401 struct scope_exit { struct
1402 explicit scope_exit(Cleanup const& cleanup) in scope_exit() function
1406 ~scope_exit() { cleanup_(); } in ~scope_exit()
1409 Cleanup cleanup_;