Searched defs:scope_exit (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ | ||
H A D | ScopeExit.h | 25 template <typename Callable> class scope_exit { class 31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {} in scope_exit() function in llvm::detail::scope_exit 33 scope_exit(scope_exit &&Rhs) in scope_exit() function in llvm::detail::scope_exit [all...] |
Completed in 1 milliseconds