| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
| H A D | is_partitioned.pass.cpp | 28 … operator()(pstl::execution::unsequenced_policy, Iterator1 begin1, Iterator1 end1, Predicate pred) in operator ()() 33 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 begin1, Iterator1 end1, Predica… in operator ()() 40 operator()(ExecutionPolicy&& exec, Iterator1 begin1, Iterator1 end1, Predicate pred) in operator ()() 42 const bool expected = std::is_partitioned(begin1, end1, pred); in operator ()() 43 const bool actual = std::is_partitioned(exec, begin1, end1, pred); in operator ()()
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/alg.lex.comparison/ |
| H A D | lexicographical_compare.pass.cpp | 27 …operator()(ExecutionPolicy&& exec, Iterator1 begin1, Iterator1 end1, Iterator2 begin2, Iterator2 e… in operator ()() 30 const bool expected = std::lexicographical_compare(begin1, end1, begin2, end2, pred); in operator ()() 31 const bool actual = std::lexicographical_compare(exec, begin1, end1, begin2, end2, pred); in operator ()() 37 …operator()(ExecutionPolicy&& exec, Iterator1 begin1, Iterator1 end1, Iterator2 begin2, Iterator2 e… in operator ()() 39 const bool expected = std::lexicographical_compare(begin1, end1, begin2, end2); in operator ()() 40 const bool actual = std::lexicographical_compare(exec, begin1, end1, begin2, end2); in operator ()()
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | simd_loop_messages.cpp | 476 Iter1 begin1, end1; in test_with_random_access_iterator() local 480 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 485 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | parallel_for_loop_messages.cpp | 464 Iter1 begin1, end1; in test_with_random_access_iterator() local 468 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 473 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | taskloop_loop_messages.cpp | 558 Iter1 begin1, end1; in test_with_random_access_iterator() local 563 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 569 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | target_teams_distribute_loop_messages.cpp | 450 Iter1 begin1, end1; in test_with_random_access_iterator() local 454 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 459 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | target_parallel_for_loop_messages.cpp | 464 Iter1 begin1, end1; in test_with_random_access_iterator() local 468 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 473 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | parallel_for_simd_loop_messages.cpp | 465 Iter1 begin1, end1; in test_with_random_access_iterator() local 469 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 474 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | target_simd_loop_messages.cpp | 466 Iter1 begin1, end1; in test_with_random_access_iterator() local 470 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 475 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | for_loop_messages.cpp | 591 Iter1 begin1, end1; in test_with_random_access_iterator() local 596 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 602 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | master_taskloop_loop_messages.cpp | 558 Iter1 begin1, end1; in test_with_random_access_iterator() local 563 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 569 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | masked_taskloop_loop_messages.cpp | 558 Iter1 begin1, end1; in test_with_random_access_iterator() local 563 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 569 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | for_simd_loop_messages.cpp | 539 Iter1 begin1, end1; in test_with_random_access_iterator() local 544 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 550 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | target_parallel_for_simd_loop_messages.cpp | 466 Iter1 begin1, end1; in test_with_random_access_iterator() local 470 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 475 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | target_teams_distribute_parallel_for_loop_messages.cpp | 448 Iter1 begin1, end1; in test_with_random_access_iterator() local 452 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 457 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | taskloop_simd_loop_messages.cpp | 560 Iter1 begin1, end1; in test_with_random_access_iterator() local 565 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 571 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | teams_distribute_loop_messages.cpp | 522 Iter1 begin1, end1; in test_with_random_access_iterator() local 527 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 533 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | target_teams_distribute_simd_loop_messages.cpp | 444 Iter1 begin1, end1; in test_with_random_access_iterator() local 448 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 453 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | distribute_simd_loop_messages.cpp | 614 Iter1 begin1, end1; in test_with_random_access_iterator() local 620 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 627 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | parallel_master_taskloop_loop_messages.cpp | 558 Iter1 begin1, end1; in test_with_random_access_iterator() local 563 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 569 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | master_taskloop_simd_loop_messages.cpp | 560 Iter1 begin1, end1; in test_with_random_access_iterator() local 565 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 571 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | masked_taskloop_simd_loop_messages.cpp | 561 Iter1 begin1, end1; in test_with_random_access_iterator() local 566 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 572 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | parallel_masked_taskloop_loop_messages.cpp | 558 Iter1 begin1, end1; in test_with_random_access_iterator() local 563 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 569 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| H A D | target_teams_distribute_parallel_for_simd_loop_messages.cpp | 451 Iter1 begin1, end1; in test_with_random_access_iterator() local 455 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 460 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/ |
| H A D | ranges_mismatch.pass.cpp | 33 constexpr void test_iterators(Iter1 begin1, Iter1 end1, Iter2 begin2, Iter2 end2, int* expected1, i… in test_iterators() argument 35 …std::same_as<Expected> auto ret = std::ranges::mismatch(std::move(begin1), sentinel_wrapper<Iter1>… in test_iterators()
|