Home
last modified time | relevance | path

Searched refs:__alloc_swap (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dallocator.h146 struct __alloc_swap struct
150 struct __alloc_swap<_Alloc, false> argument
H A Dstl_vector.h751 std::__alloc_swap<_Tp_alloc_type>::_S_do_it(_M_get_Tp_allocator(), in swap()
H A Dstl_list.h907 std::__alloc_swap<typename _Base::_Node_alloc_type>:: in swap()
H A Dstl_bvector.h702 std::__alloc_swap<typename _Base::_Bit_alloc_type>:: in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
H A Dstl_deque.h1218 std::__alloc_swap<_Tp_alloc_type>::_S_do_it(_M_get_Tp_allocator(), in swap()
H A Dstl_tree.h980 std::__alloc_swap<_Node_allocator>::
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dsso_string_base.h234 std::__alloc_swap<_CharT_alloc_type>::_S_do_it(_M_get_allocator(), in _M_swap()
H A Drc_string_base.h600 std::__alloc_swap<allocator_type>::_S_do_it(_M_get_allocator(), in _M_swap()
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dhashtable683 std::__alloc_swap<_Node_allocator_type>::_S_do_it(_M_node_allocator,
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20065282 (vector<bool>::swap): Use __alloc_swap.
5415 * include/bits/allocator.h (struct __alloc_swap): Add, swaps
5427 Clean-up (now vstring uses the generic __alloc_swap facility).