| /llvm-project-15.0.7/pstl/include/pstl/internal/ |
| H A D | execution_defs.h | 37 class parallel_unsequenced_policy 48 constexpr parallel_unsequenced_policy par_unseq{}; 66 struct is_execution_policy<__pstl::execution::parallel_unsequenced_policy> : std::true_type
|
| H A D | glue_execution_defs.h | 35 using __pstl::execution::parallel_unsequenced_policy;
|
| H A D | execution_impl.h | 95 __select_backend(__pstl::execution::parallel_unsequenced_policy, _IteratorTypes&&...) in __select_backend() argument
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/ |
| H A D | copy_move.pass.cpp | 37 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()() 89 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()() 131 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()()
|
| H A D | unique.pass.cpp | 35 …operator()(pstl::execution::parallel_unsequenced_policy, ForwardIt first1, ForwardIt last1, Forwar… in operator ()() 49 …operator()(pstl::execution::parallel_unsequenced_policy, ForwardIt first1, ForwardIt last1, Forwar… in operator ()()
|
| H A D | remove.pass.cpp | 35 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()() 73 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()()
|
| H A D | rotate_copy.pass.cpp | 82 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 data_b, Iterator1 data_e, Itera… in operator ()()
|
| H A D | rotate.pass.cpp | 87 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator data_b, Iterator data_e, Iterato… in operator ()()
|
| H A D | unique_copy_equal.pass.cpp | 37 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()()
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
| H A D | partition.pass.cpp | 78 …operator()(pstl::execution::parallel_unsequenced_policy, BiDirIt first, BiDirIt last, BiDirIt exp_… in operator ()() 92 …operator()(pstl::execution::parallel_unsequenced_policy, BiDirIt first, BiDirIt last, BiDirIt exp_…
|
| H A D | is_partitioned.pass.cpp | 33 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 begin1, Iterator1 end1, Predica… in operator ()()
|
| H A D | partition_copy.pass.cpp | 54 …operator()(pstl::execution::parallel_unsequenced_policy, std::reverse_iterator<InputIterator> firs… in operator ()()
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/ |
| H A D | partial_sort_copy.pass.cpp | 69 …operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, … in operator ()() 83 …operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, … in operator ()()
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.nonmodifying/ |
| H A D | find.pass.cpp | 33 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator first, Iterator last, Value valu… in operator ()()
|
| H A D | find_if.pass.cpp | 34 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator first, Iterator last, Predicate … in operator ()()
|
| H A D | search_n.pass.cpp | 32 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator b, Iterator e, Size count, const… in operator ()()
|
| H A D | find_first_of.pass.cpp | 33 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 b, Iterator1 e, Iterator2 bsub,… in operator ()()
|
| H A D | find_end.pass.cpp | 33 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 b, Iterator1 e, Iterator2 bsub,… in operator ()()
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/ |
| H A D | reverse.pass.cpp | 34 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 data_b, Iterator1 data_e, Itera… in operator ()()
|
| H A D | reverse_copy.pass.cpp | 73 operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 actual_b, Iterator1 actual_e) in operator ()()
|
| /llvm-project-15.0.7/pstl/test/std/numerics/numeric.ops/ |
| H A D | reduce.pass.cpp | 65 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator first, Iterator last, Sum init, … in operator ()()
|
| H A D | adjacent_difference.pass.cpp | 107 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 data_b, Iterator1 data_e, Itera… in operator ()()
|
| /llvm-project-15.0.7/pstl/test/std/utilities/memory/specialized.algorithms/ |
| H A D | uninitialized_copy_move.pass.cpp | 85 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()()
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/alg.heap.operations/ |
| H A D | is_heap.pass.cpp | 47 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator first, Iterator last, Predicate … in operator ()()
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/alg.copy/ |
| H A D | copy_if.pass.cpp | 36 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()()
|