Home
last modified time | relevance | path

Searched refs:_Fwd_list_node_base (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dforward_list.h54 struct _Fwd_list_node_base in _GLIBCXX_VISIBILITY() struct
56 _Fwd_list_node_base() = default; in _GLIBCXX_VISIBILITY()
57 _Fwd_list_node_base(_Fwd_list_node_base&& __x) noexcept in _GLIBCXX_VISIBILITY() argument
61 _Fwd_list_node_base(const _Fwd_list_node_base&) = delete; in _GLIBCXX_VISIBILITY()
62 _Fwd_list_node_base& operator=(const _Fwd_list_node_base&) = delete; in _GLIBCXX_VISIBILITY() argument
64 _Fwd_list_node_base& in _GLIBCXX_VISIBILITY()
65 operator=(_Fwd_list_node_base&& __x) noexcept in _GLIBCXX_VISIBILITY()
72 _Fwd_list_node_base* _M_next = nullptr; in _GLIBCXX_VISIBILITY() argument
74 _Fwd_list_node_base* in _GLIBCXX_VISIBILITY()
75 _M_transfer_after(_Fwd_list_node_base* __begin, in _GLIBCXX_VISIBILITY() argument
[all …]
Dforward_list.tcc49 _Fwd_list_node_base*
53 _Fwd_list_node_base* __to in _M_insert_after()
54 = const_cast<_Fwd_list_node_base*>(__pos._M_node); in _M_insert_after()
62 _Fwd_list_node_base*
64 _M_erase_after(_Fwd_list_node_base* __pos) in _M_erase_after()
76 _Fwd_list_node_base*
78 _M_erase_after(_Fwd_list_node_base* __pos, in _M_erase_after()
79 _Fwd_list_node_base* __last) in _M_erase_after()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20186049 (_Fwd_list_node_base(_Fwd_list_node_base&&)): New.
6050 (_Fwd_list_node_base& operator=(_Fwd_list_node_base&&)): New.
6051 (_Fwd_list_node_base(const _Fwd_list_node_base&)): Explicit delete.
6052 (_Fwd_list_node_base& operator=(const _Fwd_list_node_base&)): Likewise.
DChangeLog-20101293 * include/bits/forward_list.h (_Fwd_list_node_base::swap): Remove.
1336 (_M_erase_after): Return _Fwd_list_node_base*.
5146 * include/bits/forward_list.tcc (_Fwd_list_node_base::
5147 _M_transfer_after): Return _Fwd_list_node_base*.
5183 (_Fwd_list_node_base): Add _Alloc template parameter.
5187 (_Fwd_list_node_base::_M_next, _M_transfer_after, _M_reverse_after):
DChangeLog-2008385 (_Fwd_list_node_base): Add _Alloc template parameter.
389 (_Fwd_list_node_base::_M_next, _M_transfer_after, _M_reverse_after):
772 Move out of line, tweak to return _Fwd_list_node_base*.
DChangeLog-2012637 (_Fwd_list_node_base): Use NSDMI and define constructor as defaulted.
DChangeLog-20091949 * include/bits/forward_list.h (_Fwd_list_node_base<>::_M_sort_after):
1953 * include/bits/forward_list.tcc (_Fwd_list_node_base<>::_M_sort_after):
11448 * include/bits/forward_list.h (_Fwd_list_node_base<>::
DChangeLog-20131421 * include/bits/forward_list.h (_Fwd_list_node_base::_M_transfer_after):