Searched refs:__for_each (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | for_each.h | 32 __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 D | ranges_for_each.h | 41 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 D | for_each_n.h | 64 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 D | pstl.h | 304 …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 D | for_each.h | 47 return __cpu_traits<_Backend>::__for_each( in operator() 49 …using _ForEachUnseq = __pstl::__for_each<_Backend, __remove_parallel_policy_t<_RawExecutionPolicy>… in operator()
|
| H A D | transform.h | 65 __cpu_traits<_Backend>::__for_each( in operator() 114 auto __res = __cpu_traits<_Backend>::__for_each( in operator()
|
| H A D | fill.h | 47 return __cpu_traits<_Backend>::__for_each( in operator()
|
| H A D | any_of.h | 37 …auto __ret = __cpu_traits<_Backend>::__for_each(__first, __last, [__f, &__found](_Index __i, _Inde… in __parallel_or()
|
| H A D | find_if.h | 47 …__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 D | std_thread.h | 50 __for_each(_RandomAccessIterator __first, _RandomAccessIterator __last, _Fp __f) { 96 struct __for_each<__std_thread_backend_tag, _ExecutionPolicy>
|
| H A D | default.h | 190 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 D | libdispatch.h | 96 __for_each(_RandomAccessIterator __first, _RandomAccessIterator __last, _Functor __func) { 359 struct __for_each<__libdispatch_backend_tag, _ExecutionPolicy>
|
| H A D | serial.h | 59 struct __for_each<__serial_backend_tag, _ExecutionPolicy> {
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/ |
| H A D | backend_fwd.h | 113 struct __for_each;
|