Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__iterator/
H A Dwrap_iter.h27 class __wrap_iter
49 __wrap_iter(const __wrap_iter<_Up>& __u,
60 __wrap_iter(const __wrap_iter& __x) in __wrap_iter() function
67 __wrap_iter& operator=(const __wrap_iter& __x)
78 ~__wrap_iter() in ~__wrap_iter()
170 bool operator<(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter1>& __y) _NOEXCEPT
179 bool operator<(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter2>& __y) _NOEXCEPT
202 bool operator>(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter1>& __y) _NOEXCEPT
209 bool operator>(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter2>& __y) _NOEXCEPT
249 operator-(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter2>& __y) _NOEXCEPT
[all …]
H A Diterator_traits.h471 class __wrap_iter;
/llvm-project-15.0.7/libcxx/test/libcxx/iterators/
H A Dcontiguous_iterators.pass.cpp184 static_assert(( std::__is_cpp17_contiguous_iterator<std::__wrap_iter<char *> >::value), ""); in main()
185 … static_assert(( std::__is_cpp17_contiguous_iterator<std::__wrap_iter<const char *> >::value), ""); in main()
186 static_assert(( std::__is_cpp17_contiguous_iterator<std::__wrap_iter<int *> >::value), ""); in main()
188 static_assert(( std::__is_cpp17_contiguous_iterator<std::__wrap_iter<T *> >::value), ""); in main()
189 …static_assert(( std::__is_cpp17_contiguous_iterator<std::__wrap_iter<std::__wrap_iter<T *> > >::va… in main()
192 …static_assert(( std::__is_cpp17_contiguous_iterator<std::__wrap_iter<my_random_access_iterator> >:… in main()
193 …static_assert(( std::__is_cpp17_contiguous_iterator<std::__wrap_iter<std::__wrap_iter<my_random_ac… in main()
196 …static_assert(( std::__is_cpp17_contiguous_iterator<std::__wrap_iter<my_contiguous_iterator> >::va… in main()
197 …static_assert(( std::__is_cpp17_contiguous_iterator<std::__wrap_iter<std::__wrap_iter<my_contiguou… in main()
221 …static_assert(( std::__is_cpp17_contiguous_iterator<std::__wrap_iter<std::vector<int>::iterator> >… in main()
H A Dunwrap_iter.pass.cpp33 static_assert(std::is_same<UnwrapT<std::__wrap_iter<int*> >, int*>::value, "");
36 static_assert(std::is_same<UnwrapT<rev_rev_iter<std::__wrap_iter<int*> > >, int*>::value, "");
37 …rt(std::is_same<UnwrapT<rev_rev_iter<rev_iter<std::__wrap_iter<int*> > > >, rev_iter<std::__wrap_i…
/llvm-project-15.0.7/libcxx/include/__format/
H A Dbuffer.h123 || same_as<_OutIt, __wrap_iter<_CharT*>>
/llvm-project-15.0.7/libcxx/include/
H A Dspan240 using iterator = __wrap_iter<pointer>;
438 using iterator = __wrap_iter<pointer>;
H A Dregex3072 regex_search(__wrap_iter<_Iter> __first,
3073 __wrap_iter<_Iter> __last,
3074 match_results<__wrap_iter<_Iter>, _Ap>& __m,
6124 regex_search(__wrap_iter<_Iter> __first,
6125 __wrap_iter<_Iter> __last,
6126 match_results<__wrap_iter<_Iter>, _Allocator>& __m,
H A Dvector356 typedef __wrap_iter<pointer> iterator;
357 typedef __wrap_iter<const_pointer> const_iterator;
H A Dstring630 struct __string_is_trivial_iterator<__wrap_iter<_Iter> >
679 typedef __wrap_iter<pointer> iterator;
680 typedef __wrap_iter<const_pointer> const_iterator;