Searched refs:__is_nothrow_swappable (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__memory/
H A Dswap_allocator.h29 _NOEXCEPT_(__is_nothrow_swappable<_Alloc>::value)
45 _NOEXCEPT_(__is_nothrow_swappable<_Alloc>::value)
H A Dcompressed_pair.h153 _NOEXCEPT_(__is_nothrow_swappable<_T1>::value&& __is_nothrow_swappable<_T2>::value) { argument
163 _NOEXCEPT_(__is_nothrow_swappable<_T1>::value&& __is_nothrow_swappable<_T2>::value) { argument
/freebsd-current/contrib/llvm-project/libcxx/include/__utility/
H A Dswap.h49 _NOEXCEPT_(__is_nothrow_swappable<_Tp>::value) {
H A Dpair.h479 _NOEXCEPT_(__is_nothrow_swappable<first_type>::value&& __is_nothrow_swappable<second_type>::value) { argument
487 noexcept(__is_nothrow_swappable<const first_type>::value && __is_nothrow_swappable<const second_type>::value) {
583 _NOEXCEPT_((__is_nothrow_swappable<_T1>::value && __is_nothrow_swappable<_T2>::value)) { argument
/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_swappable.h36 struct __is_nothrow_swappable;
52 _NOEXCEPT_(__is_nothrow_swappable<_Tp>::value);
94 struct __is_nothrow_swappable : public integral_constant<bool, __detail::__nothrow_swappable_with<_Tp&>::value> {}; struct in inherits:integral_constant

Completed in 316 milliseconds