Home
last modified time | relevance | path

Searched refs:_Rb_tree_impl (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_tree.h662 struct _Rb_tree_impl in _GLIBCXX_VISIBILITY() struct
669 _Rb_tree_impl() in _GLIBCXX_VISIBILITY()
676 _Rb_tree_impl(const _Rb_tree_impl& __x) in _GLIBCXX_VISIBILITY() argument
683 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a) in _GLIBCXX_VISIBILITY() function
687 _Rb_tree_impl(_Rb_tree_impl&&) in _GLIBCXX_VISIBILITY()
692 _Rb_tree_impl(_Node_allocator&& __a) in _GLIBCXX_VISIBILITY() argument
696 _Rb_tree_impl(_Rb_tree_impl&& __x, _Node_allocator&& __a) in _GLIBCXX_VISIBILITY() argument
702 _Rb_tree_impl(const _Key_compare& __comp, _Node_allocator&& __a) in _GLIBCXX_VISIBILITY() argument
708 _Rb_tree_impl<_Compare> _M_impl; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_tree.h677 struct _Rb_tree_impl in _GLIBCXX_VISIBILITY()
684 _Rb_tree_impl() in _GLIBCXX_VISIBILITY()
691 _Rb_tree_impl(const _Rb_tree_impl& __x) in _GLIBCXX_VISIBILITY()
697 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a) in _GLIBCXX_VISIBILITY()
701 _Rb_tree_impl(_Rb_tree_impl&&) in _GLIBCXX_VISIBILITY()
706 _Rb_tree_impl(_Node_allocator&& __a) in _GLIBCXX_VISIBILITY()
710 _Rb_tree_impl(_Rb_tree_impl&& __x, _Node_allocator&& __a) in _GLIBCXX_VISIBILITY()
716 _Rb_tree_impl(const _Key_compare& __comp, _Node_allocator&& __a) in _GLIBCXX_VISIBILITY()
722 _Rb_tree_impl<_Compare> _M_impl; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2016128 (_Rb_tree_impl(const _Key_compare&, const _Node_allocator&): Restore
255 (_Rb_tree_impl): Inherit from latters.
256 (_Rb_tree_impl()): Make default.
257 (_Rb_tree_impl(const _Rb_tree_impl&)): New.
259 (_Rb_tree_impl(_Rb_tree_impl&&)): New, default.
260 (_Rb_tree_impl(const _Key_compare&, const _Node_allocator&)): Delete.
261 (_Rb_tree_impl::_M_reset): Move...
263 (_Rb_tree_impl::_M_initialize): Delete.
1058 * include/bits/stl_tree.h (_Rb_tree_impl()): Add conditional noexcept.
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.
H A DChangeLog-2007670 * include/bits/stl_tree.h (_Rb_tree<>::_Rb_tree_impl<, true>): Remove,
2328 * include/bits/stl_tree.h (_Rb_tree_impl<>::_Rb_tree_impl(),
2329 _Rb_tree_impl<>::_M_initialize): Add.
H A DChangeLog-20044156 * include/bits/stl_tree.h (_Rb_tree_impl): Add _Node_allocator
4172 * include/bits/stl_tree.h: Introduced a new class _Rb_tree_impl,
4175 which was not conforming. This _Rb_tree_impl class is also
H A DChangeLog-20172334 * include/bits/stl_tree.h (_Rb_tree_impl()): Restore _Node_allocator
2637 (_Rb_tree_impl<>): Remove _Is_pod_comparator
H A DChangeLog-20202000 * include/bits/stl_tree.h (_Rb_tree_impl): Explicitly
5216 * include/bits/stl_tree.h (_Rb_tree_impl(_Rb_tree_impl&&)): Add noexcept
H A DChangeLog-20051407 * include/bits/stl_tree.h (_Rb_tree_impl<true>): Use member
1498 * include/bits/stl_tree.h (_Rb_tree_impl): Same.