Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
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