Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dexception_guard.h97 struct __exception_guard_noexceptions { struct
98 __exception_guard_noexceptions() = delete;
100 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NODEBUG explicit __exception_guard_noexceptions(_Rollback) {} in __exception_guard_noexceptions() function
103 __exception_guard_noexceptions(__exception_guard_noexceptions&& __other) in __exception_guard_noexceptions() argument
109 __exception_guard_noexceptions(__exception_guard_noexceptions const&) = delete;
110 __exception_guard_noexceptions& operator=(__exception_guard_noexceptions const&) = delete; argument
111 __exception_guard_noexceptions& operator=(__exception_guard_noexceptions&&) = delete; argument
117 …CPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NODEBUG ~__exception_guard_noexceptions() { in ~__exception_guard_noexceptions() argument
125 _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(__exception_guard_noexceptions);
129 using __exception_guard = __exception_guard_noexceptions<_Rollback>;