Home
last modified time | relevance | path

Searched refs:is_nothrow_move_constructible (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-head/contrib/llvm-project/libcxx/include/__type_traits/
HDis_nothrow_constructible.h95 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_constructible struct
101 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_constructible struct
108 inline constexpr bool is_nothrow_move_constructible_v = is_nothrow_move_constructible<_Tp>::value;
HDis_swappable.h51 _NOEXCEPT_(is_nothrow_move_constructible<_Tp>::value&& is_nothrow_move_assignable<_Tp>::value);
/freebsd-head/contrib/llvm-project/libcxx/include/__utility/
HDexception_guard.h73 _NOEXCEPT_(is_nothrow_move_constructible<_Rollback>::value) in __exception_guard_exceptions()
104 _NOEXCEPT_(is_nothrow_move_constructible<_Rollback>::value) in __exception_guard_noexceptions()
HDexchange.h30 is_nothrow_move_constructible<_T1>::value && is_nothrow_assignable<_T1&, _T2>::value) { in exchange()
HDmove.h37 …__conditional_t<!is_nothrow_move_constructible<_Tp>::value && is_copy_constructible<_Tp>::value, c…
HDswap.h41 _NOEXCEPT_(is_nothrow_move_constructible<_Tp>::value&& is_nothrow_move_assignable<_Tp>::value) { in swap()
/freebsd-head/contrib/llvm-project/libcxx/include/
HDutility35 swap(T& a, T& b) noexcept(is_nothrow_move_constructible<T>::value &&
54 !is_nothrow_move_constructible<T>::value && is_copy_constructible<T>::value,
221 noexcept(is_nothrow_move_constructible<T>::value && is_nothrow_assignable<T&, U>::value);
HD__hash_table570 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value)
757is_nothrow_move_constructible<__bucket_list>::value&& is_nothrow_move_constructible<__first_node>:…
758is_nothrow_move_constructible<__node_allocator>::value&& is_nothrow_move_constructible<hasher>::va…
759 is_nothrow_move_constructible<key_equal>::value);
1066is_nothrow_move_constructible<__bucket_list>::value&& is_nothrow_move_constructible<__first_node>:…
1067is_nothrow_move_constructible<__node_allocator>::value&& is_nothrow_move_constructible<hasher>::va…
1068 is_nothrow_move_constructible<key_equal>::value)
HDunordered_set72 is_nothrow_move_constructible<hasher>::value &&
73 is_nothrow_move_constructible<key_equal>::value &&
74 is_nothrow_move_constructible<allocator_type>::value);
320 is_nothrow_move_constructible<hasher>::value &&
321 is_nothrow_move_constructible<key_equal>::value &&
322 is_nothrow_move_constructible<allocator_type>::value);
693 …_LIBCPP_HIDE_FROM_ABI unordered_set(unordered_set&& __u) _NOEXCEPT_(is_nothrow_move_constructible<…
1074 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value)
1287 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value);
1679 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value)
HDset64 is_nothrow_move_constructible<allocator_type>::value &&
65 is_nothrow_move_constructible<key_compare>::value);
309 is_nothrow_move_constructible<allocator_type>::value &&
310 is_nothrow_move_constructible<key_compare>::value);
660 _LIBCPP_HIDE_FROM_ABI set(set&& __s) noexcept(is_nothrow_move_constructible<__base>::value)
1117 …_LIBCPP_HIDE_FROM_ABI multiset(multiset&& __s) noexcept(is_nothrow_move_constructible<__base>::val…
HDunordered_map72 is_nothrow_move_constructible<hasher>::value &&
73 is_nothrow_move_constructible<key_equal>::value &&
74 is_nothrow_move_constructible<allocator_type>::value);
358 is_nothrow_move_constructible<hasher>::value &&
359 is_nothrow_move_constructible<key_equal>::value &&
360 is_nothrow_move_constructible<allocator_type>::value);
1130 …_LIBCPP_HIDE_FROM_ABI unordered_map(unordered_map&& __u) _NOEXCEPT_(is_nothrow_move_constructible<…
1661 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value)
1929 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value);
2407 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value)
HD__split_buffer103 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value);
370 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value)
HDtype_traits132 template <class T> struct is_nothrow_move_constructible;
363 = is_nothrow_move_constructible<T>::value; // C++17
HDforward_list52 noexcept(is_nothrow_move_constructible<allocator_type>::value);
518 …__forward_list_base(__forward_list_base&& __x) noexcept(is_nothrow_move_constructible<__node_alloc…
594 is_nothrow_move_constructible<__node_allocator>::value)
709 …_LIBCPP_HIDE_FROM_ABI forward_list(forward_list&& __x) noexcept(is_nothrow_move_constructible<base…
HDqueue344 …_LIBCPP_HIDE_FROM_ABI queue(queue&& __q) noexcept(is_nothrow_move_constructible<container_type>::v…
543is_nothrow_move_constructible<container_type>::value && is_nothrow_move_constructible<value_compar…
HDmap78 is_nothrow_move_constructible<allocator_type>::value &&
79 is_nothrow_move_constructible<key_compare>::value);
363 is_nothrow_move_constructible<allocator_type>::value &&
364 is_nothrow_move_constructible<key_compare>::value);
1091 _LIBCPP_HIDE_FROM_ABI map(map&& __m) noexcept(is_nothrow_move_constructible<__base>::value)
1770 …_LIBCPP_HIDE_FROM_ABI multimap(multimap&& __m) noexcept(is_nothrow_move_constructible<__base>::val…
HDstack176 …_LIBCPP_HIDE_FROM_ABI stack(stack&& __q) noexcept(is_nothrow_move_constructible<container_type>::v…
HDvector50 noexcept(is_nothrow_move_constructible<allocator_type>::value);
182 noexcept(is_nothrow_move_constructible<allocator_type>::value);
564 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value);
1253 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value)
1996 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value);
2519 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value)
HDdeque54 noexcept(is_nothrow_move_constructible<allocator_type>::value);
520 static_assert(is_nothrow_move_constructible<allocator_type>::value ==
521 is_nothrow_move_constructible<typename __map::allocator_type>::value,
658 …_LIBCPP_HIDE_FROM_ABI deque(deque&& __c) noexcept(is_nothrow_move_constructible<allocator_type>::v…
1335 inline deque<_Tp, _Allocator>::deque(deque&& __c) noexcept(is_nothrow_move_constructible<allocator_…
HD__tree987is_nothrow_move_constructible<__node_allocator>::value&& is_nothrow_move_constructible<value_compa…
1447is_nothrow_move_constructible<__node_allocator>::value&& is_nothrow_move_constructible<value_compa…
HDlist54 noexcept(is_nothrow_move_constructible<allocator_type>::value);
728 …_LIBCPP_HIDE_FROM_ABI list(list&& __c) _NOEXCEPT_(is_nothrow_move_constructible<__node_allocator>:…
1052 inline list<_Tp, _Alloc>::list(list&& __c) noexcept(is_nothrow_move_constructible<__node_allocator>…
HDany155 is_nothrow_move_constructible<_Tp>::value >;
HDstring109 …noexcept(is_nothrow_move_constructible<allocator_type>::value); // constex…
1021 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value)
/freebsd-head/contrib/llvm-project/libcxx/modules/std/
HDtype_traits.inc90 using std::is_nothrow_move_constructible;
/freebsd-head/contrib/llvm-project/libcxx/include/__expected/
HDexpected.h688 is_nothrow_move_constructible<_Tp>,
689 is_nothrow_move_constructible<_Err>> >::value;

12