Home
last modified time | relevance | path

Searched refs:__wrap_iter (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/
H A Dwrap_iter.h28 class __wrap_iter {
57 __wrap_iter __tmp(*this);
67 __wrap_iter __tmp(*this);
72 __wrap_iter __w(*this);
97 friend class __wrap_iter; variable
108 operator==(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter1>& __y) _NOEXCEPT {
114 operator==(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter2>& __y) _NOEXCEPT {
120 operator<(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter1>& __y) _NOEXCEPT {
126 operator<(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter2>& __y) _NOEXCEPT {
144 operator>(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter1>& __y) _NOEXCEPT {
[all …]
H A Diterator_traits.h465 class __wrap_iter;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dspan221 using iterator = __wrap_iter<pointer>;
401 using iterator = __wrap_iter<pointer>;
H A Dregex2639 regex_search(__wrap_iter<_Iter> __first,
2640 __wrap_iter<_Iter> __last,
2641 match_results<__wrap_iter<_Iter>, _Ap>& __m,
5157 regex_search(__wrap_iter<_Iter> __first,
5158 __wrap_iter<_Iter> __last,
5159 match_results<__wrap_iter<_Iter>, _Allocator>& __m,
H A Dvector403 typedef __wrap_iter<pointer> iterator;
404 typedef __wrap_iter<const_pointer> const_iterator;
H A Dstring698 struct __string_is_trivial_iterator<__wrap_iter<_Iter> > : public __string_is_trivial_iterator<_Ite…
740 typedef __wrap_iter<pointer> iterator;
741 typedef __wrap_iter<const_pointer> const_iterator;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h261 || same_as<_OutIt, __wrap_iter<_CharT*>>);