Home
last modified time | relevance | path

Searched refs:iterator_type (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__iterator/
H A Dwrap_iter.h30 typedef _Iter iterator_type; typedef
31 typedef typename iterator_traits<iterator_type>::value_type value_type;
32 typedef typename iterator_traits<iterator_type>::difference_type difference_type;
33 typedef typename iterator_traits<iterator_type>::pointer pointer;
34 typedef typename iterator_traits<iterator_type>::reference reference;
35 typedef typename iterator_traits<iterator_type>::iterator_category iterator_category;
41 iterator_type __i;
50 … typename enable_if<is_convertible<_Up, iterator_type>::value>::type* = nullptr) _NOEXCEPT
135 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_AFTER_CXX11 iterator_type base() const _NOEXCEPT {return _… in base()
139 explicit __wrap_iter(const void* __p, iterator_type __x) _NOEXCEPT : __i(__x) in __wrap_iter()
H A Dmove_iterator.h64 using iterator_type = _Iter;
72 typedef _Iter iterator_type;
78 typedef typename iterator_traits<iterator_type>::value_type value_type;
79 typedef typename iterator_traits<iterator_type>::difference_type difference_type;
80 typedef iterator_type pointer;
82 typedef typename iterator_traits<iterator_type>::reference __reference;
H A Dreverse_iterator.h66 using iterator_type = _Iter;
368 using iterator_type = _Iter;
H A Dcounted_iterator.h71 using iterator_type = _Iter;
/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/counted.iterator/
H A Dmember_types.compile.pass.cpp39 static_assert(std::same_as<Iter::iterator_type, InputOrOutputArchetype>); in test()
47 static_assert(std::same_as<Iter::iterator_type, cpp20_input_iterator<int*>>); in test()
55 static_assert(std::same_as<Iter::iterator_type, random_access_iterator<int*>>); in test()
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/
H A Dpartial_sort_copy.pass.cpp133 typedef typename Sequence<T>::iterator iterator_type; in test_partial_sort_copy() typedef
146 …test_one_policy<iterator_type>(out.begin(), out.begin() + n2, exp.begin(), exp.begin() + n2), in.b… in test_partial_sort_copy()
152 …test_one_policy<iterator_type>(out.begin(), out.begin() + n2, exp.begin(), exp.begin() + n2), in.b… in test_partial_sort_copy()
158 …test_one_policy<iterator_type>(out.begin(), out.begin() + n2, exp.begin(), exp.begin() + n2), in.b… in test_partial_sort_copy()
164 …invoke_on_all_policies(test_one_policy<iterator_type>(out.begin(), out.begin() + n2, exp.begin(), … in test_partial_sort_copy()
/llvm-project-15.0.7/lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/
H A DTestDbgInfoContentDequeFromStdModule.py27 iterator_type = deque_type + "::iterator"
62 result_type=iterator_type,
/llvm-project-15.0.7/pstl/test/support/
H A Dutils.h702 typedef Iterator iterator_type; typedef
703 iterator_type
726 typedef std::reverse_iterator<Iterator> iterator_type;
727 iterator_type
733 return iterator_type(it);
754 typedef ForwardIterator<Iterator, std::forward_iterator_tag> iterator_type;
755 iterator_type
758 return iterator_type(it);
767 iterator_type
770 return iterator_type(it);
[all …]
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/
H A Dreverse_copy.pass.cpp102 typedef typename Sequence<T1>::iterator iterator_type; in test() typedef
113 …invoke_on_all_policies(test_one_policy<iterator_type>(data.begin(), data.begin() + len), actual.be… in test()
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/
H A Dreplace.pass.cpp103 typedef typename Sequence<T2>::iterator iterator_type; in test() typedef
126 test_one_policy<iterator_type> temp(data.begin(), len); in test()
/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dcopy.h62 && __is_cpp17_contiguous_iterator<typename _InIter::iterator_type>::value
63 && __is_cpp17_contiguous_iterator<typename _OutIter::iterator_type>::value
/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.conv/
H A Dbase.pass.cpp26 std::reverse_iterator<Iter>::iterator_type base = reverse.base(); in test()
/llvm-project-15.0.7/libcxx/test/libcxx/iterators/predef.iterators/__unconstrained_reverse_iterator/reverse.iter.conv/
H A Dbase.pass.cpp26 std::__unconstrained_reverse_iterator<Iter>::iterator_type base = reverse.base(); in test()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dinefficient-algorithm.cpp12 struct iterator_type {}; struct
15 typedef iterator_type iterator;
/llvm-project-15.0.7/libcxx/test/libcxx/iterators/predef.iterators/__unconstrained_reverse_iterator/
H A Dtypes.compile.pass.cpp37 static_assert((std::is_same<typename R::iterator_type, It>::value), ""); in test()
/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/reverse.iterators/
H A Dtypes.compile.pass.cpp45 static_assert((std::is_same<typename R::iterator_type, It>::value), ""); in test()
/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/
H A Dtypes.pass.cpp80 static_assert((std::is_same<typename R::iterator_type, It>::value), ""); in test()
/llvm-project-15.0.7/libcxx/include/
H A Diterator228 using iterator_type = Iterator;
389 using iterator_type = Iterator;
404 constexpr iterator_type base() const; // Until C++20
/llvm-project-15.0.7/mlir/test/Dialect/Linalg/
H A Dinvalid.mlir99 // expected-error @+1 {{op unexpected iterator_type (random)}}