Home
last modified time | relevance | path

Searched refs:__remove_parallel_policy_t (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dtransform.h67 …using _TransformUnseq = __pstl::__transform<_Backend, __remove_parallel_policy_t<_RawExecutionPoli… in operator()
118 … __pstl::__transform_binary<_Backend, __remove_parallel_policy_t<_RawExecutionPolicy>>; in operator()
H A Dfor_each.h47 …using _ForEachUnseq = __pstl::__for_each<_Backend, __remove_parallel_policy_t<_RawExecutionPolicy>… in operator()
H A Dfill.h47 … using _FillUnseq = __pstl::__fill<_Backend, __remove_parallel_policy_t<_RawExecutionPolicy>>; in operator()
H A Dtransform_reduce.h137 … __pstl::__transform_reduce_binary<_Backend, __remove_parallel_policy_t<_RawExecutionPolicy>>; in operator()
186 … __pstl::__transform_reduce<_Backend, __remove_parallel_policy_t<_RawExecutionPolicy>>; in operator()
H A Dmerge.h60 …using _MergeUnseq = __pstl::__merge<_Backend, __remove_parallel_policy_t<_RawExecution… in operator()
H A Dany_of.h80 … using _AnyOfUnseq = __pstl::__any_of<_Backend, __remove_parallel_policy_t<_RawExecutionPolicy>>; in operator()
H A Dfind_if.h112 … using _FindIfUnseq = __pstl::__find_if<_Backend, __remove_parallel_policy_t<_RawExecutionPolicy>>; in operator()
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_execution_policy.h53 using __remove_parallel_policy_t = decltype(std::__remove_parallel_policy<_ExecutionPolicy>()); variable