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

/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_list.h114 typedef _List_iterator<_Tp> _Self; typedef in struct:_List_iterator
139 _Self&
146 _Self
149 _Self __tmp = *this;
154 _Self&
161 _Self
164 _Self __tmp = *this;
170 operator==(const _Self& __x) const
174 operator!=(const _Self& __x) const
191 typedef _List_const_iterator<_Tp> _Self; typedef in struct:_List_const_iterator
[all...]
H A Dstl_tree.h161 typedef _Rb_tree_iterator<_Tp> _Self; typedef in struct:_Rb_tree_iterator
180 _Self&
187 _Self
190 _Self __tmp = *this;
195 _Self&
202 _Self
205 _Self __tmp = *this;
211 operator==(const _Self& __x) const
215 operator!=(const _Self& __x) const
233 typedef _Rb_tree_const_iterator<_Tp> _Self; typedef in struct:_Rb_tree_const_iterator
[all...]
H A Dstl_deque.h117 typedef _Deque_iterator _Self; typedef in struct:_Deque_iterator
142 _Self&
154 _Self
157 _Self __tmp = *this;
162 _Self&
174 _Self
177 _Self __tmp = *this;
182 _Self&
201 _Self
204 _Self __tm
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_deque.h113 typedef _Deque_iterator _Self; typedef in struct:std::_Deque_iterator
131 _Self& operator++() {
139 _Self operator++(int) {
140 _Self __tmp = *this;
145 _Self& operator--() {
153 _Self operator--(int) {
154 _Self __tmp = *this;
159 _Self& operator+=(difference_type __n)
175 _Self operator+(difference_type __n) const
177 _Self __tm
[all...]
H A Dstl_list.h147 typedef _List_iterator<_Tp,_Ref,_Ptr> _Self; typedef in struct:std::_List_iterator
174 _Self&
181 _Self
184 _Self __tmp = *this;
189 _Self&
196 _Self
199 _Self __tmp = *this;
H A Dstl_tree.h191 typedef _Rb_tree_iterator<_Val, _Ref, _Ptr> _Self; typedef in struct:std::_Rb_tree_iterator
204 _Self&
211 _Self
214 _Self __tmp = *this;
219 _Self&
222 _Self
225 _Self __tmp = *this;
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp1386 typedef EHABISectionIterator _Self; typedef in struct:libunwind::EHABISectionIterator
1394 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) {
1395 return _Self(addressSpace, sects, 0);
1397 static _Self end(A& addressSpace, const UnwindInfoSections& sects) {
1398 return _Self(addressSpace, sects,
1405 _Self& operator++() { ++_i; return *this; }
1406 _Self& operator+=(size_t a) { _i += a; return *this; }
1407 _Self& operator--() { assert(_i > 0); --_i; return *this; }
1408 _Self& operator-=(size_t a) { assert(_i >= a); _i -= a; return *this; }
1410 _Self operato
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/debug/
H A Dsafe_iterator.h70 typedef _Safe_iterator _Self; typedef in class:__gnu_debug::_Safe_iterator

Completed in 196 milliseconds