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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dsafe_iterator.h462 typedef _Safe_iterator<_Iterator, _Sequence, iterator_category> _Self; typedef in class:__gnu_debug::_Safe_iterator
465 operator==(const _Self& __lhs, const _Self& __rhs) _GLIBCXX_NOEXCEPT
473 operator==(const _Self& __lhs,
483 operator!=(const _Self& __lhs, const _Self& __rhs) _GLIBCXX_NOEXCEPT
491 operator!=(const _Self& __lhs,
652 typedef typename _Safe_base::_Self _Self; typedef in class:__gnu_debug::_Safe_iterator
821 operator<=>(const _Self
[all...]
H A Dsafe_local_iterator.h82 typedef _Safe_local_iterator _Self; typedef in class:__gnu_debug::_Safe_local_iterator
376 operator==(const _Self& __lhs, const _OtherSelf& __rhs) noexcept
383 operator==(const _Self& __lhs, const _Self& __rhs) noexcept
390 operator!=(const _Self& __lhs, const _OtherSelf& __rhs) noexcept
397 operator!=(const _Self& __lhs, const _Self& __rhs) noexcept
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dsafe_iterator.h466 typedef _Safe_iterator<_Iterator, _Sequence, iterator_category> _Self; typedef in class:__gnu_debug::_Safe_iterator
470 operator==(const _Self& __lhs, const _Self& __rhs) _GLIBCXX_NOEXCEPT
479 operator==(const _Self& __lhs,
490 operator!=(const _Self& __lhs, const _Self& __rhs) _GLIBCXX_NOEXCEPT
499 operator!=(const _Self& __lhs,
660 typedef typename _Safe_base::_Self _Self; typedef in class:__gnu_debug::_Safe_iterator
831 operator<=>(const _Self
[all...]
H A Dsafe_local_iterator.h84 typedef _Safe_local_iterator _Self; typedef in class:__gnu_debug::_Safe_local_iterator
378 operator==(const _Self& __lhs, const _OtherSelf& __rhs) noexcept
385 operator==(const _Self& __lhs, const _Self& __rhs) noexcept
392 operator!=(const _Self& __lhs, const _OtherSelf& __rhs) noexcept
399 operator!=(const _Self& __lhs, const _Self& __rhs) noexcept
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_deque.h140 typedef _Deque_iterator _Self; typedef in struct:_Deque_iterator
162 typename = _Require<is_same<_Self, const_iterator>,
187 _Self&
199 _Self
202 _Self __tmp = *this;
207 _Self&
219 _Self
222 _Self __tmp = *this;
227 _Self&
246 _Self
[all...]
H A Dforward_list.h137 typedef _Fwd_list_iterator<_Tp> _Self; typedef in struct:_Fwd_list_iterator
161 _Self&
168 _Self
171 _Self __tmp(*this);
180 operator==(const _Self& __x, const _Self& __y) noexcept
188 operator!=(const _Self& __x, const _Self& __y) noexcept
192 _Self
212 typedef _Fwd_list_const_iterator<_Tp> _Self;
[all...]
H A Dstl_list.h187 typedef _List_iterator<_Tp> _Self; typedef in struct:_List_iterator
203 _Self
216 _Self&
223 _Self
226 _Self __tmp = *this;
231 _Self&
238 _Self
241 _Self __tmp = *this;
247 operator==(const _Self& __x, const _Self
[all...]
H A Dstl_tree.h265 typedef _Rb_tree_iterator<_Tp> _Self; typedef in struct:_Rb_tree_iterator
284 _Self&
291 _Self
294 _Self __tmp = *this;
299 _Self&
306 _Self
309 _Self __tmp = *this;
315 operator==(const _Self& __x, const _Self& __y) _GLIBCXX_NOEXCEPT
320 operator!=(const _Self
339 typedef _Rb_tree_const_iterator<_Tp> _Self; typedef in struct:_Rb_tree_const_iterator
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_deque.h140 typedef _Deque_iterator _Self; typedef in struct:_Deque_iterator
162 typename = _Require<is_same<_Self, const_iterator>,
189 _Self&
201 _Self
204 _Self __tmp = *this;
209 _Self&
221 _Self
224 _Self __tmp = *this;
229 _Self&
248 _Self
[all...]
H A Dforward_list.h137 typedef _Fwd_list_iterator<_Tp> _Self; typedef in struct:_Fwd_list_iterator
163 _Self&
170 _Self
173 _Self __tmp(*this);
183 operator==(const _Self& __x, const _Self& __y) noexcept
192 operator!=(const _Self& __x, const _Self& __y) noexcept
196 _Self
216 typedef _Fwd_list_const_iterator<_Tp> _Self;
[all...]
H A Dstl_list.h255 typedef _List_iterator<_Tp> _Self; typedef in struct:_List_iterator
271 _Self
286 _Self&
293 _Self
296 _Self __tmp = *this;
301 _Self&
308 _Self
311 _Self __tmp = *this;
318 operator==(const _Self& __x, const _Self
[all...]
H A Dmove_only_function.h114 template<typename _Tp, typename _Self>
116 _S_access(_Self* __self) noexcept
H A Dstl_tree.h265 typedef _Rb_tree_iterator<_Tp> _Self; typedef in struct:_Rb_tree_iterator
284 _Self&
291 _Self
294 _Self __tmp = *this;
299 _Self&
306 _Self
309 _Self __tmp = *this;
315 operator==(const _Self& __x, const _Self& __y) _GLIBCXX_NOEXCEPT
320 operator!=(const _Self
339 typedef _Rb_tree_const_iterator<_Tp> _Self; typedef in struct:_Rb_tree_const_iterator
[all...]
H A Dstd_function.h341 bool _Self = is_same<__remove_cvref_t<_Func>, function>::value>
343 = typename __enable_if_t<!_Self, decay<_Func>>::type;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
H A Diterator_tracker.h41 typedef __iterator_tracker _Self; typedef in class:__profile::__iterator_tracker

Completed in 178 milliseconds