Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dallocator.h283 struct __alloc_swap in _GLIBCXX_VISIBILITY() struct
287 struct __alloc_swap<_Alloc, false> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dallocator.h266 struct __alloc_swap in _GLIBCXX_VISIBILITY() struct
270 struct __alloc_swap<_Alloc, false> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dalloc_traits.h159 std::__alloc_swap<_Alloc>::_S_do_it(__a, __b); in _GLIBCXX_VISIBILITY()
H A Dsso_string_base.h245 std::__alloc_swap<_CharT_alloc_type>::_S_do_it(_M_get_allocator(), in _GLIBCXX_VISIBILITY()
H A Drc_string_base.h620 std::__alloc_swap<allocator_type>::_S_do_it(_M_get_allocator(), in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dalloc_traits.h159 std::__alloc_swap<_Alloc>::_S_do_it(__a, __b); in _GLIBCXX_VISIBILITY()
H A Dsso_string_base.h245 std::__alloc_swap<_CharT_alloc_type>::_S_do_it(_M_get_allocator(), in _GLIBCXX_VISIBILITY()
H A Drc_string_base.h620 std::__alloc_swap<allocator_type>::_S_do_it(_M_get_allocator(), in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dhashtable.h671 std::__alloc_swap<_Node_allocator_type>::_S_do_it(_M_node_allocator, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dhashtable.h671 std::__alloc_swap<_Node_allocator_type>::_S_do_it(_M_node_allocator, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20065605 (vector<bool>::swap): Use __alloc_swap.
5738 * include/bits/allocator.h (struct __alloc_swap): Add, swaps
5750 Clean-up (now vstring uses the generic __alloc_swap facility).
H A DChangeLog-20131561 * include/bits/allocator.h (__alloc_swap::_S_do_it,