Searched defs:scope_exit (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | ScopeExit.h | 32 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {} in scope_exit() function |
/llvm-project/libcxx/src/filesystem/ | ||
H A D | operations.cpp | 755 struct scope_exit { global() struct |