Home
last modified time | relevance | path

Searched refs:__rollback (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dexception_guard.h68 …_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 explicit __exception_guard_exceptions(_Rollback __rollback) in __exception_guard_exceptions()
69 : __rollback_(std::move(__rollback)), __completed_(false) {} in __exception_guard_exceptions()
136 …M_ABI _LIBCPP_CONSTEXPR __exception_guard<_Rollback> __make_exception_guard(_Rollback __rollback) { in __make_exception_guard() argument
137 return __exception_guard<_Rollback>(std::move(__rollback)); in __make_exception_guard()