Searched refs:__exception_guard_noexceptions (Results 1 – 1 of 1) sorted by relevance
97 struct __exception_guard_noexceptions { struct98 __exception_guard_noexceptions() = delete;100 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NODEBUG explicit __exception_guard_noexceptions(_Rollback) {} in __exception_guard_noexceptions() function103 __exception_guard_noexceptions(__exception_guard_noexceptions&& __other) in __exception_guard_noexceptions() argument109 __exception_guard_noexceptions(__exception_guard_noexceptions const&) = delete;110 __exception_guard_noexceptions& operator=(__exception_guard_noexceptions const&) = delete; argument111 __exception_guard_noexceptions& operator=(__exception_guard_noexceptions&&) = delete; argument117 …CPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NODEBUG ~__exception_guard_noexceptions() { in ~__exception_guard_noexceptions() argument125 _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(__exception_guard_noexceptions);129 using __exception_guard = __exception_guard_noexceptions<_Rollback>;