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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DScopeExit.h25 template <typename Callable> class scope_exit { class in namespace:llvm::detail
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {} function in class:llvm::detail::scope_exit
33 scope_exit(scope_exit &&Rhs) function in class:llvm::detail::scope_exit
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dscope-exit.h100 class scope_exit : public scope_exit_base<scope_exit<EF>> class in inherits:scope_exit_base
109 scope_exit (EFP &&f) function in class:scope_exit
138 scope_exit (const scope_exit &other) function in class:scope_exit
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dscope-exit.h100 class scope_exit : public scope_exit_base<scope_exit<EF>> class in inherits:scope_exit_base
109 scope_exit (EFP &&f) function in class:scope_exit
138 scope_exit (const scope_exit &other) function in class:scope_exit
[all...]

Completed in 93 milliseconds