HomeSort by: relevance | last modified time | path
    Searched refs:propagate_on_container_move_assignment (Results 1 - 25 of 25) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
allocator.h 92 // 2103. std::allocator propagate_on_container_move_assignment
93 using propagate_on_container_move_assignment = true_type;
149 // 2103. std::allocator propagate_on_container_move_assignment
150 using propagate_on_container_move_assignment = true_type;
new_allocator.h 82 // 2103. propagate_on_container_move_assignment
83 typedef std::true_type propagate_on_container_move_assignment; typedef in class:__new_allocator
alloc_traits.h 92 using __pocma = typename _Tp::propagate_on_container_move_assignment;
242 * @c Alloc::propagate_on_container_move_assignment if that type exists,
245 using propagate_on_container_move_assignment
491 using propagate_on_container_move_assignment = true_type;
668 using propagate_on_container_move_assignment = true_type;
797 = typename __traits::propagate_on_container_move_assignment::type;
node_handle.h 205 if constexpr (_ATr::propagate_on_container_move_assignment::value)
memory_resource.h 426 using propagate_on_container_move_assignment = false_type;
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
allocator.h 64 typedef true_type propagate_on_container_move_assignment; typedef in class:allocator
145 typedef true_type propagate_on_container_move_assignment; typedef in class:allocator
allocator_traits.h 123 _LIBCPP_ALLOCATOR_TRAITS_HAS_XXX(__has_propagate_on_container_move_assignment, propagate_on_container_move_assignment);
128 using type _LIBCPP_NODEBUG_TYPE = typename _Alloc::propagate_on_container_move_assignment;
239 using propagate_on_container_move_assignment = typename __propagate_on_container_move_assignment<allocator_type>::type;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
allocator.h 94 // 2103. std::allocator propagate_on_container_move_assignment
95 using propagate_on_container_move_assignment = true_type;
150 // 2103. std::allocator propagate_on_container_move_assignment
151 using propagate_on_container_move_assignment = true_type;
new_allocator.h 82 // 2103. propagate_on_container_move_assignment
83 typedef std::true_type propagate_on_container_move_assignment; typedef in class:__new_allocator
alloc_traits.h 71 using __pocma = typename _Tp::propagate_on_container_move_assignment;
188 * @c Alloc::propagate_on_container_move_assignment if that type exists,
191 using propagate_on_container_move_assignment
441 using propagate_on_container_move_assignment = true_type;
598 using propagate_on_container_move_assignment = true_type;
714 typedef typename __traits::propagate_on_container_move_assignment __pocma;
node_handle.h 204 if constexpr (_ATr::propagate_on_container_move_assignment::value)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdcpp/
allocator.d 44 enum propagate_on_container_move_assignment = true;
235 enum propagate_on_container_move_assignment = isTrue!(allocator_type, "propagate_on_container_move_assignment");
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
array_allocator.h 124 // 2103. std::allocator propagate_on_container_move_assignment
125 typedef std::true_type propagate_on_container_move_assignment; typedef in class:array_allocator
malloc_allocator.h 73 // 2103. propagate_on_container_move_assignment
74 typedef std::true_type propagate_on_container_move_assignment; typedef in class:malloc_allocator
alloc_traits.h 107 { return _Base_type::propagate_on_container_move_assignment::value; }
pool_allocator.h 144 // 2103. propagate_on_container_move_assignment
145 typedef std::true_type propagate_on_container_move_assignment; typedef in class:__pool_alloc
mt_allocator.h 583 // 2103. propagate_on_container_move_assignment
584 typedef std::true_type propagate_on_container_move_assignment; typedef in class:__mt_alloc_base
bitmap_allocator.h 701 // 2103. propagate_on_container_move_assignment
702 typedef std::true_type propagate_on_container_move_assignment; typedef in class:bitmap_allocator
throw_allocator.h 825 // 2103. std::allocator propagate_on_container_move_assignment
826 typedef std::true_type propagate_on_container_move_assignment;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
malloc_allocator.h 75 // 2103. propagate_on_container_move_assignment
76 typedef std::true_type propagate_on_container_move_assignment; typedef in class:malloc_allocator
alloc_traits.h 110 { return _Base_type::propagate_on_container_move_assignment::value; }
pool_allocator.h 146 // 2103. propagate_on_container_move_assignment
147 typedef std::true_type propagate_on_container_move_assignment; typedef in class:__pool_alloc
mt_allocator.h 585 // 2103. propagate_on_container_move_assignment
586 typedef std::true_type propagate_on_container_move_assignment; typedef in class:__mt_alloc_base
bitmap_allocator.h 703 // 2103. propagate_on_container_move_assignment
704 typedef std::true_type propagate_on_container_move_assignment; typedef in class:bitmap_allocator
throw_allocator.h 823 // 2103. std::allocator propagate_on_container_move_assignment
824 typedef std::true_type propagate_on_container_move_assignment;

Completed in 91 milliseconds