Home
last modified time | relevance | path

Searched refs:__for_each_n (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_for_each_n.h39 struct __for_each_n { struct
43 auto __last = std::__for_each_n(std::move(__first), __count, __func, __proj); argument
49 inline constexpr auto for_each_n = __for_each_n{};
H A Dfor_each_n.h44 __for_each_n(_InputIterator __first, _Size __orig_n, _Func& __f, _Proj& __proj) { in __for_each_n() function
61 __for_each_n(_RandIter __first, _Size __orig_n, _Func& __f, _Proj& __proj) { in __for_each_n() function
79 __for_each_n(_SegmentedIterator __first, _Size __orig_n, _Func& __f, _Proj& __proj) { in __for_each_n() function
93 return std::__for_each_n(__first, __orig_n, __f, __proj); in for_each_n()
H A Dranges_for_each.h51 auto __end = std::__for_each_n(std::move(__first), __n, __func, __proj); in __for_each_impl()
H A Dpstl.h318 …using _Implementation = __pstl::__dispatch<__pstl::__for_each_n, __pstl::__current_configuration, … in for_each_n()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/
H A Dbackend_fwd.h119 struct __for_each_n;
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Ddefault.h185 struct __for_each_n<__default_backend_tag, _ExecutionPolicy> {
273 using _ForEachN = __dispatch<__for_each_n, __current_configuration, _ExecutionPolicy>;