Searched refs:__exception_guard_exceptions (Results 1 – 1 of 1) sorted by relevance
63 struct __exception_guard_exceptions { struct64 __exception_guard_exceptions() = delete;66 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 explicit __exception_guard_exceptions(_Rollbac… in __exception_guard_exceptions() function70 __exception_guard_exceptions(__exception_guard_exceptions&& __other) in __exception_guard_exceptions() argument76 __exception_guard_exceptions(__exception_guard_exceptions const&) = delete;77 __exception_guard_exceptions& operator=(__exception_guard_exceptions const&) = delete; argument78 __exception_guard_exceptions& operator=(__exception_guard_exceptions&&) = delete; argument82 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 ~__exception_guard_exceptions() { in ~__exception_guard_exceptions() argument92 _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(__exception_guard_exceptions); argument95 using __exception_guard = __exception_guard_exceptions<_Rollback>;