Home
last modified time | relevance | path

Searched refs:__for_each (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfor_each.h32 __for_each(_InputIterator __first, _Sent __last, _Func& __f, _Proj& __proj) { in __for_each() function
44 __for_each(_SegmentedIterator __first, _SegmentedIterator __last, _Func& __func, _Proj& __proj) { in __for_each() function
47 std::__for_each(__lfirst, __llast, __func, __proj); in __for_each()
57 std::__for_each(__first, __last, __f, __proj); in for_each()
H A Dranges_for_each.h41 struct __for_each { struct
54 auto __end = std::__for_each(std::move(__first), std::move(__last), __func, __proj); in __for_each_impl()
79 inline constexpr auto for_each = __for_each{}; argument
H A Dfor_each_n.h64 std::__for_each(__first, __last, __f, __proj); in __for_each_n()
82 std::__for_each(__lfirst, __llast, __f, __proj); in __for_each_n()
H A Dpstl.h304 …using _Implementation = __pstl::__dispatch<__pstl::__for_each, __pstl::__current_configuration, _R… in for_each()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dfor_each.h47 return __cpu_traits<_Backend>::__for_each( in operator()
49 …using _ForEachUnseq = __pstl::__for_each<_Backend, __remove_parallel_policy_t<_RawExecutionPolicy>… in operator()
H A Dtransform.h65 __cpu_traits<_Backend>::__for_each( in operator()
114 auto __res = __cpu_traits<_Backend>::__for_each( in operator()
H A Dfill.h47 return __cpu_traits<_Backend>::__for_each( in operator()
H A Dany_of.h37 …auto __ret = __cpu_traits<_Backend>::__for_each(__first, __last, [__f, &__found](_Index __i, _Inde… in __parallel_or()
H A Dfind_if.h47 …__cpu_traits<_Backend>::__for_each(__first, __last, [__comp, __f, __first, &__extremum](_Index __i… in __parallel_find()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Dstd_thread.h50 __for_each(_RandomAccessIterator __first, _RandomAccessIterator __last, _Fp __f) {
96 struct __for_each<__std_thread_backend_tag, _ExecutionPolicy>
H A Ddefault.h190 using _ForEach = __dispatch<__for_each, __current_configuration, _ExecutionPolicy>;
206 using _ForEach = __dispatch<__for_each, __current_configuration, _ExecutionPolicy>;
248 using _ForEach = __dispatch<__for_each, __current_configuration, _ExecutionPolicy>;
262 using _ForEach = __dispatch<__for_each, __current_configuration, _ExecutionPolicy>;
H A Dlibdispatch.h96 __for_each(_RandomAccessIterator __first, _RandomAccessIterator __last, _Functor __func) {
359 struct __for_each<__libdispatch_backend_tag, _ExecutionPolicy>
H A Dserial.h59 struct __for_each<__serial_backend_tag, _ExecutionPolicy> {
/freebsd/contrib/llvm-project/libcxx/include/__pstl/
H A Dbackend_fwd.h113 struct __for_each;