Searched refs:__for_each_n (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | ranges_for_each_n.h | 39 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 D | for_each_n.h | 44 __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 D | ranges_for_each.h | 51 auto __end = std::__for_each_n(std::move(__first), __n, __func, __proj); in __for_each_impl()
|
| H A D | pstl.h | 318 …using _Implementation = __pstl::__dispatch<__pstl::__for_each_n, __pstl::__current_configuration, … in for_each_n()
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/ |
| H A D | backend_fwd.h | 119 struct __for_each_n;
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
| H A D | default.h | 185 struct __for_each_n<__default_backend_tag, _ExecutionPolicy> { 273 using _ForEachN = __dispatch<__for_each_n, __current_configuration, _ExecutionPolicy>;
|