Home
last modified time | relevance | path

Searched defs:_List_iterator (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_list.h126 struct _List_iterator in _GLIBCXX_VISIBILITY() struct
128 typedef _List_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
129 typedef _List_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
133 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
134 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY()
135 typedef _Tp& reference; in _GLIBCXX_VISIBILITY()
137 _List_iterator() in _GLIBCXX_VISIBILITY() argument
141 _List_iterator(__detail::_List_node_base* __x) in _GLIBCXX_VISIBILITY() function
163 _Self __tmp = *this; in _GLIBCXX_VISIBILITY()
178 _Self __tmp = *this; in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_list.h185 struct _List_iterator in _GLIBCXX_VISIBILITY() struct
187 typedef _List_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
188 typedef _List_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
192 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
193 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY()
194 typedef _Tp& reference; in _GLIBCXX_VISIBILITY()
196 _List_iterator() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
200 _List_iterator(__detail::_List_node_base* __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
226 _Self __tmp = *this; in _GLIBCXX_VISIBILITY()
241 _Self __tmp = *this; in _GLIBCXX_VISIBILITY()
[all …]