Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_list.h143 struct _List_iterator : public _List_iterator_base struct
145 typedef _List_iterator<_Tp,_Tp&,_Tp*> iterator; argument
146 typedef _List_iterator<_Tp,const _Tp&,const _Tp*> const_iterator; argument
147 typedef _List_iterator<_Tp,_Ref,_Ptr> _Self; argument
154 _List_iterator(_Node* __x) in _List_iterator() function
158 _List_iterator() in _List_iterator() function
161 _List_iterator(const iterator& __x) in _List_iterator() argument
184 _Self __tmp = *this;
199 _Self __tmp = *this;
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_list.h112 struct _List_iterator struct
114 typedef _List_iterator<_Tp> _Self; argument
123 _List_iterator() in _List_iterator() argument
127 _List_iterator(_List_node_base* __x) in _List_iterator() argument
149 _Self __tmp = *this;
164 _Self __tmp = *this;
193 typedef _List_iterator<_Tp> iterator; argument