Searched refs:_Fwd_list_node_base (Results 1 – 8 of 8) sorted by relevance
54 struct _Fwd_list_node_base in _GLIBCXX_VISIBILITY() struct56 _Fwd_list_node_base() = default; in _GLIBCXX_VISIBILITY()57 _Fwd_list_node_base(_Fwd_list_node_base&& __x) noexcept in _GLIBCXX_VISIBILITY() argument61 _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() argument64 _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() argument74 _Fwd_list_node_base* in _GLIBCXX_VISIBILITY()75 _M_transfer_after(_Fwd_list_node_base* __begin, in _GLIBCXX_VISIBILITY() argument[all …]
49 _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()
6049 (_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.
1293 * 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):
385 (_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*.
637 (_Fwd_list_node_base): Use NSDMI and define constructor as defaulted.
1949 * 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<>::
1421 * include/bits/forward_list.h (_Fwd_list_node_base::_M_transfer_after):