Home
last modified time | relevance | path

Searched refs:__is_parallel_execution_policy_v (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dtransform.h60 if constexpr (__is_parallel_execution_policy_v<_RawExecutionPolicy> && in operator()
108 if constexpr (__is_parallel_execution_policy_v<_RawExecutionPolicy> && in operator()
H A Dstable_sort.h32 if constexpr (__is_parallel_execution_policy_v<_RawExecutionPolicy>) { in operator()
H A Dfor_each.h43 if constexpr (__is_parallel_execution_policy_v<_RawExecutionPolicy> && in operator()
H A Dfill.h43 if constexpr (__is_parallel_execution_policy_v<_RawExecutionPolicy> && in operator()
H A Dtransform_reduce.h123 if constexpr (__is_parallel_execution_policy_v<_RawExecutionPolicy> && in operator()
176 if constexpr (__is_parallel_execution_policy_v<_RawExecutionPolicy> && in operator()
H A Dmerge.h43 if constexpr (__is_parallel_execution_policy_v<_RawExecutionPolicy> && in operator()
H A Dany_of.h76 if constexpr (__is_parallel_execution_policy_v<_RawExecutionPolicy> && in operator()
H A Dfind_if.h106 if constexpr (__is_parallel_execution_policy_v<_RawExecutionPolicy> && in operator()
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_execution_policy.h37 inline constexpr bool __is_parallel_execution_policy_v = __is_parallel_execution_policy_impl<__remo… variable