Home
last modified time | relevance | path

Searched refs:_Node_allocator (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_tree.h430 rebind<_Rb_tree_node<_Val> >::other _Node_allocator; in _GLIBCXX_VISIBILITY() typedef
432 typedef __gnu_cxx::__alloc_traits<_Node_allocator> _Alloc_traits; in _GLIBCXX_VISIBILITY()
548 _Node_allocator& in _GLIBCXX_VISIBILITY()
552 const _Node_allocator& in _GLIBCXX_VISIBILITY()
663 : public _Node_allocator in _GLIBCXX_VISIBILITY()
671 is_nothrow_default_constructible<_Node_allocator>::value in _GLIBCXX_VISIBILITY()
673 : _Node_allocator() in _GLIBCXX_VISIBILITY()
677 : _Node_allocator(_Alloc_traits::_S_select_on_copy(__x)) in _GLIBCXX_VISIBILITY()
683 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a) in _GLIBCXX_VISIBILITY()
684 : _Node_allocator(__a), _Base_key_compare(__comp) in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_tree.h443 rebind<_Rb_tree_node<_Val> >::other _Node_allocator; in _GLIBCXX_VISIBILITY()
445 typedef __gnu_cxx::__alloc_traits<_Node_allocator> _Alloc_traits; in _GLIBCXX_VISIBILITY()
569 _Node_allocator& in _GLIBCXX_VISIBILITY()
573 const _Node_allocator& in _GLIBCXX_VISIBILITY()
678 : public _Node_allocator in _GLIBCXX_VISIBILITY()
686 is_nothrow_default_constructible<_Node_allocator>::value in _GLIBCXX_VISIBILITY()
688 : _Node_allocator() in _GLIBCXX_VISIBILITY()
692 : _Node_allocator(_Alloc_traits::_S_select_on_copy(__x)) in _GLIBCXX_VISIBILITY()
697 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a) in _GLIBCXX_VISIBILITY()
698 : _Node_allocator(__a), _Base_key_compare(__comp) in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20184828 * include/bits/stl_tree.h (_Rb_tree_impl(_Node_allocator&&)): New.
4980 (_Rb_tree_impl(_Rb_tree_impl&&, _Node_allocator&&)): Fix noexcept
5010 (_Rb_tree_impl(_Rb_tree_impl&&, _Node_allocator&&)): New.
5011 (_Rb_tree(_Rb_tree&&, _Node_allocator&&, true_type)): New, use latter.
5012 (_Rb_tree(_Rb_tree&&, _Node_allocator&&, false_type)): New.
5013 (_Rb_tree(_Rb_tree&&, _Node_allocator&&)): Adapt, use latters.
H A DChangeLog-20172334 * include/bits/stl_tree.h (_Rb_tree_impl()): Restore _Node_allocator
H A DChangeLog-2016128 (_Rb_tree_impl(const _Key_compare&, const _Node_allocator&): Restore
260 (_Rb_tree_impl(const _Key_compare&, const _Node_allocator&)): Delete.
H A DChangeLog-20044156 * include/bits/stl_tree.h (_Rb_tree_impl): Add _Node_allocator
H A DChangeLog-20147136 (_Rb_tree::_Rb_tree(_Rb_tree&&, _Node_allocator&&)): Likewise.