Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dforward_list.h135 struct _Fwd_list_iterator in _GLIBCXX_VISIBILITY() struct
137 typedef _Fwd_list_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY() argument
146 _Fwd_list_iterator() noexcept in _GLIBCXX_VISIBILITY() argument
150 _Fwd_list_iterator(_Fwd_list_node_base* __n) noexcept in _GLIBCXX_VISIBILITY() argument
200 return _Fwd_list_iterator(_M_node->_M_next); in _GLIBCXX_VISIBILITY()
202 return _Fwd_list_iterator(nullptr); in _GLIBCXX_VISIBILITY()
218 typedef _Fwd_list_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()
325 typedef _Fwd_list_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20181503 (_Fwd_list_iterator<>::operator==): Replace member function with inline
1505 (_Fwd_list_iterator<>::operator!=): Likewise.
1508 (operator==(const _Fwd_list_iterator<>&,
1510 (operator!=(const _Fwd_list_iterator<>&,
5807 Fix std::_Fwd_list_iterator and std::_Fwd_list_const_iterator printers
5826 (build_libstdcxx_dictionary): Add __gnu_cxx::_Fwd_list_iterator and
DChangeLog-20131423 (_Fwd_list_iterator) [_Fwd_list_iterator, operator*, operator->,
1427 (operator==(const _Fwd_list_iterator&, const _Fwd_list_const_iterator&),
1428 operator!=(const _Fwd_list_iterator&, const _Fwd_list_const_iterator&)):
DChangeLog-2008387 (_Fwd_list_iterator<>): Likewise.
391 (_Fwd_list_iterator<>::_M_node): Use _Node_base::_Pointer.
DChangeLog-20105185 (_Fwd_list_iterator<>): Likewise.
5189 (_Fwd_list_iterator<>::_M_node): Use _Node_base::_Pointer.
DChangeLog-2012640 (_Fwd_list_iterator, _Fwd_list_const_iterator): Use _M_valptr.
DChangeLog-200912408 * include/bits/forward_list.h (_Fwd_list_iterator<>::_M_next,