Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/libcxx/include/__type_traits/
HDis_nothrow_assignable.h44 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_assignable struct
51 inline constexpr bool is_nothrow_move_assignable_v = is_nothrow_move_assignable<_Tp>::value;
HDnoexcept_move_assign_container.h30 && is_nothrow_move_assignable<_Alloc>::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/
HDswap.h41 _NOEXCEPT_(is_nothrow_move_constructible<_Tp>::value&& is_nothrow_move_assignable<_Tp>::value) { in swap()
HDpair.h275 __nat>&& __p) noexcept(is_nothrow_move_assignable<first_type>::value && in noexcept()
276 is_nothrow_move_assignable<second_type>::value) { in noexcept()
/freebsd-head/contrib/llvm-project/libcxx/include/
HD__hash_table766is_nothrow_move_assignable<__node_allocator>::value&& is_nothrow_move_assignable<hasher>::value&&
767 is_nothrow_move_assignable<key_equal>::value);
997 …_NOEXCEPT_(is_nothrow_move_assignable<__node_allocator>::value&& is_nothrow_move_assignable<hasher…
998 is_nothrow_move_assignable<key_equal>::value);
1001 …(is_nothrow_move_assignable<__pointer_allocator>::value && is_nothrow_move_assignable<__node_alloc…
1005is_nothrow_move_assignable<__pointer_allocator>::value&& is_nothrow_move_assignable<__node_allocat…
1160 …_NOEXCEPT_(is_nothrow_move_assignable<__node_allocator>::value&& is_nothrow_move_assignable<hasher…
1161 is_nothrow_move_assignable<key_equal>::value) {
1219 …__node_traits::propagate_on_container_move_assignment::value&& is_nothrow_move_assignable<__node_a…
1220 is_nothrow_move_assignable<hasher>::value&& is_nothrow_move_assignable<key_equal>::value) {
HDutility36 is_nothrow_move_assignable<T>::value);
101 pair& operator=(pair&& p) noexcept(is_nothrow_move_assignable<T1>::value &&
102is_nothrow_move_assignable<T2>::value); // constexpr in C++20
HDunordered_set100 is_nothrow_move_assignable<allocator_type>::value &&
101 is_nothrow_move_assignable<hasher>::value &&
102 is_nothrow_move_assignable<key_equal>::value);
348 is_nothrow_move_assignable<allocator_type>::value &&
349 is_nothrow_move_assignable<hasher>::value &&
350 is_nothrow_move_assignable<key_equal>::value);
726 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
1115 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value) {
1320 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
1721 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value) {
HDforward_list63 is_nothrow_move_assignable<allocator_type>::value);
534 is_nothrow_move_assignable<__node_allocator>::value) {
585 _NOEXCEPT_(is_nothrow_move_assignable<__node_allocator>::value) {
718 is_nothrow_move_assignable<allocator_type>::value);
863 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value);
982 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value) {
1001 …__node_traits::propagate_on_container_move_assignment::value&& is_nothrow_move_assignable<allocato…
HD__split_buffer109 is_nothrow_move_assignable<allocator_type>::value) ||
207 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value) {
408 is_nothrow_move_assignable<allocator_type>::value) ||
HD__tree990 …__node_traits::propagate_on_container_move_assignment::value&& is_nothrow_move_assignable<value_co…
991 is_nothrow_move_assignable<__node_allocator>::value);
1267is_nothrow_move_assignable<value_compare>::value&& is_nothrow_move_assignable<__node_allocator>::v…
1271 is_nothrow_move_assignable<__node_allocator>::value) {
1276 _NOEXCEPT_(is_nothrow_move_assignable<__node_allocator>::value) {
1483 …_NOEXCEPT_(is_nothrow_move_assignable<value_compare>::value&& is_nothrow_move_assignable<__node_al…
1521 …__node_traits::propagate_on_container_move_assignment::value&& is_nothrow_move_assignable<value_co…
1522 is_nothrow_move_assignable<__node_allocator>::value)
HDlist65 is_nothrow_move_assignable<allocator_type>::value);
545 is_nothrow_move_assignable<__node_allocator>::value) {
587 _NOEXCEPT_(is_nothrow_move_assignable<__node_allocator>::value) {
732 is_nothrow_move_assignable<__node_allocator>::value);
929 _NOEXCEPT_(is_nothrow_move_assignable<__node_allocator>::value);
1070 is_nothrow_move_assignable<__node_allocator>::value) {
1086 … true_type) noexcept(is_nothrow_move_assignable<__node_allocator>::value) {
HDset86 is_nothrow_move_assignable<allocator_type>::value &&
87 is_nothrow_move_assignable<key_compare>::value);
331 is_nothrow_move_assignable<allocator_type>::value &&
332 is_nothrow_move_assignable<key_compare>::value);
693 …_LIBCPP_HIDE_FROM_ABI set& operator=(set&& __s) noexcept(is_nothrow_move_assignable<__base>::value…
1150 …_LIBCPP_HIDE_FROM_ABI multiset& operator=(multiset&& __s) _NOEXCEPT_(is_nothrow_move_assignable<__…
HDunordered_map106 is_nothrow_move_assignable<allocator_type>::value &&
107 is_nothrow_move_assignable<hasher>::value &&
108 is_nothrow_move_assignable<key_equal>::value);
392 is_nothrow_move_assignable<allocator_type>::value &&
393 is_nothrow_move_assignable<hasher>::value &&
394 is_nothrow_move_assignable<key_equal>::value);
1197 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
1703 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value) {
1996 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
2450 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value) {
HDdeque64 is_nothrow_move_assignable<allocator_type>::value);
662 is_nothrow_move_assignable<allocator_type>::value);
859 is_nothrow_move_assignable<allocator_type>::value) {
864 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value) {
872 is_nothrow_move_assignable<allocator_type>::value) {
1226 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value);
1361 is_nothrow_move_assignable<allocator_type>::value) {
1377 … true_type) noexcept(is_nothrow_move_assignable<allocator_type>::value) {
HDtype_traits135 template <class T> struct is_nothrow_move_assignable;
369 = is_nothrow_move_assignable<T>::value; // C++17
HDvector878 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value);
995 is_nothrow_move_assignable<allocator_type>::value) {
1016 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value) {
1326 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value) {
2278 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value);
2281 is_nothrow_move_assignable<allocator_type>::value) {
2286 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value) {
2563 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value) {
HDqueue347 …_LIBCPP_HIDE_FROM_ABI queue& operator=(queue&& __q) noexcept(is_nothrow_move_assignable<container_…
547is_nothrow_move_assignable<container_type>::value && is_nothrow_move_assignable<value_compare>::va…
HDmap99 is_nothrow_move_assignable<allocator_type>::value &&
100 is_nothrow_move_assignable<key_compare>::value);
385 is_nothrow_move_assignable<allocator_type>::value &&
386 is_nothrow_move_assignable<key_compare>::value);
1096 …_LIBCPP_HIDE_FROM_ABI map& operator=(map&& __m) noexcept(is_nothrow_move_assignable<__base>::value…
1775 …_LIBCPP_HIDE_FROM_ABI multimap& operator=(multimap&& __m) noexcept(is_nothrow_move_assignable<__ba…
HDstack179 …_LIBCPP_HIDE_FROM_ABI stack& operator=(stack&& __q) noexcept(is_nothrow_move_assignable<container_…
HDstring2180 noexcept(is_nothrow_move_assignable<allocator_type>::value);
2186 is_nothrow_move_assignable<allocator_type>::value) {
2192 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value) {
2688 noexcept(is_nothrow_move_assignable<allocator_type>::value)
2695 if (!is_nothrow_move_assignable<allocator_type>::value) {
HDtuple861 noexcept(_And<is_nothrow_move_assignable<_Tp>...>::value) {
/freebsd-head/contrib/llvm-project/libcxx/modules/std/
HDtype_traits.inc94 using std::is_nothrow_move_assignable;
/freebsd-head/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc1709 SYMBOL(is_nothrow_move_assignable, std::, <type_traits>)