Searched refs:_Self (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstl_list.h113 typedef _List_iterator<_Tp> _Self; typedef in struct:_GLIBCXX_STD::_List_iterator
138 _Self&
145 _Self
148 _Self __tmp = *this;
153 _Self&
160 _Self
163 _Self __tmp = *this;
169 operator==(const _Self& __x) const
173 operator!=(const _Self& __x) const
190 typedef _List_const_iterator<_Tp> _Self; typedef in struct:_GLIBCXX_STD::_List_const_iterator
[all...]
H A Dstl_deque.h116 typedef _Deque_iterator _Self; typedef in struct:_GLIBCXX_STD::_Deque_iterator
141 _Self&
153 _Self
156 _Self __tmp = *this;
161 _Self&
173 _Self
176 _Self __tmp = *this;
181 _Self&
200 _Self
203 _Self __tm
[all...]
H A Dstl_tree.h160 typedef _Rb_tree_iterator<_Tp> _Self; typedef in struct:std::_Rb_tree_iterator
179 _Self&
186 _Self
189 _Self __tmp = *this;
194 _Self&
201 _Self
204 _Self __tmp = *this;
210 operator==(const _Self& __x) const
214 operator!=(const _Self& __x) const
232 typedef _Rb_tree_const_iterator<_Tp> _Self; typedef in struct:std::_Rb_tree_const_iterator
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dforward_list.h120 typedef _Fwd_list_iterator<_Tp> _Self; typedef in struct:_Fwd_list_iterator
144 _Self&
151 _Self
154 _Self __tmp(*this);
160 operator==(const _Self& __x) const
164 operator!=(const _Self& __x) const
167 _Self
187 typedef _Fwd_list_const_iterator<_Tp> _Self; typedef in struct:_Fwd_list_const_iterator
215 _Self&
222 _Self
[all...]
H A Dstl_list.h115 typedef _List_iterator<_Tp> _Self; typedef in struct:_List_iterator
140 _Self&
147 _Self
150 _Self __tmp = *this;
155 _Self&
162 _Self
165 _Self __tmp = *this;
171 operator==(const _Self& __x) const
175 operator!=(const _Self& __x) const
190 typedef _List_const_iterator<_Tp> _Self; typedef in struct:_List_const_iterator
[all...]
H A Dstl_tree.h162 typedef _Rb_tree_iterator<_Tp> _Self; typedef in struct:_Rb_tree_iterator
181 _Self&
188 _Self
191 _Self __tmp = *this;
196 _Self&
203 _Self
206 _Self __tmp = *this;
212 operator==(const _Self& __x) const
216 operator!=(const _Self& __x) const
234 typedef _Rb_tree_const_iterator<_Tp> _Self; typedef in struct:_Rb_tree_const_iterator
[all...]
H A Dstl_deque.h118 typedef _Deque_iterator _Self; typedef in struct:_Deque_iterator
144 _Self&
156 _Self
159 _Self __tmp = *this;
164 _Self&
176 _Self
179 _Self __tmp = *this;
184 _Self&
203 _Self
206 _Self __tm
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22444.C90 typedef _Rb_tree_iterator<_Tp> _Self; typedef in struct:std::_Rb_tree_iterator
93 _Self operator++(int) { }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22444.C90 typedef _Rb_tree_iterator<_Tp> _Self; typedef in struct:std::_Rb_tree_iterator
93 _Self operator++(int) { }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dpr44919.C18 template<typename _Tp> struct _List_iterator { typedef _List_iterator<_Tp> _Self; typedef _Tp& reference; explicit _List_iterator(_List_node_base* __x) : _M_node(__x) { } reference operator*() const { } _Self& operator++() { } bool operator!=(const _Self& __x) const { return _M_node != __x._M_node; } _List_node_base* _M_node; }; typedef in struct:std::_List_iterator
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/profile/
H A Diterator_tracker.h42 typedef __iterator_tracker _Self; typedef in class:std::__profile::__iterator_tracker
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic98.C203 typedef _Rb_tree_iterator<_Tp> _Self; typedef in struct:std::_Rb_tree_iterator
215 typedef _Rb_tree_const_iterator<_Tp> _Self; typedef in struct:std::_Rb_tree_const_iterator
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dsafe_iterator.h65 typedef _Safe_iterator _Self; typedef in class:__gnu_debug::_Safe_iterator
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/debug/
H A Dsafe_iterator.h69 typedef _Safe_iterator _Self; typedef in class:__gnu_debug::_Safe_iterator

Completed in 200 milliseconds