Searched refs:_Fwd_list_iterator (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | forward_list.h | 135 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/ |
| D | ChangeLog-2018 | 1503 (_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
|
| D | ChangeLog-2013 | 1423 (_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&)):
|
| D | ChangeLog-2008 | 387 (_Fwd_list_iterator<>): Likewise. 391 (_Fwd_list_iterator<>::_M_node): Use _Node_base::_Pointer.
|
| D | ChangeLog-2010 | 5185 (_Fwd_list_iterator<>): Likewise. 5189 (_Fwd_list_iterator<>::_M_node): Use _Node_base::_Pointer.
|
| D | ChangeLog-2012 | 640 (_Fwd_list_iterator, _Fwd_list_const_iterator): Use _M_valptr.
|
| D | ChangeLog-2009 | 12408 * include/bits/forward_list.h (_Fwd_list_iterator<>::_M_next,
|