Home
last modified time | relevance | path

Searched refs:begin1 (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dis_partitioned.pass.cpp28 … 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 Dlexicographical_compare.pass.cpp27 …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 Dsimd_loop_messages.cpp476 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 Dparallel_for_loop_messages.cpp464 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 Dtaskloop_loop_messages.cpp558 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 Dtarget_teams_distribute_loop_messages.cpp450 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 Dtarget_parallel_for_loop_messages.cpp464 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 Dparallel_for_simd_loop_messages.cpp465 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 Dtarget_simd_loop_messages.cpp466 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 Dfor_loop_messages.cpp591 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 Dmaster_taskloop_loop_messages.cpp558 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 Dmasked_taskloop_loop_messages.cpp558 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 Dfor_simd_loop_messages.cpp539 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 Dtarget_parallel_for_simd_loop_messages.cpp466 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 Dtarget_teams_distribute_parallel_for_loop_messages.cpp448 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 Dtaskloop_simd_loop_messages.cpp560 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 Dteams_distribute_loop_messages.cpp522 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 Dtarget_teams_distribute_simd_loop_messages.cpp444 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 Ddistribute_simd_loop_messages.cpp614 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 Dparallel_master_taskloop_loop_messages.cpp558 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 Dmaster_taskloop_simd_loop_messages.cpp560 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 Dmasked_taskloop_simd_loop_messages.cpp561 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 Dparallel_masked_taskloop_loop_messages.cpp558 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 Dtarget_teams_distribute_parallel_for_simd_loop_messages.cpp451 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 Dranges_mismatch.pass.cpp33 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()

12