Home
last modified time | relevance | path

Searched defs:iterator_type (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/include/__iterator/
H A Dwrap_iter.h30 typedef _Iter iterator_type; global() typedef
/llvm-project/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
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
H A Dreplace.pass.cpp103 typedef typename Sequence<T2>::iterator iterator_type; in test() typedef
/llvm-project/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
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dinefficient-algorithm.cpp12 struct iterator_type {}; struct
/llvm-project/pstl/test/support/
H A Dutils.h702 typedef Iterator iterator_type; typedef