Home
last modified time | relevance | path

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

/external/clang/test/OpenMP/
Dparallel_for_loop_messages.cpp460 Iter1 begin1, end1; in test_with_random_access_iterator() local
464 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
469 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dsimd_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()
Dtarget_parallel_for_loop_messages.cpp460 Iter1 begin1, end1; in test_with_random_access_iterator() local
464 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
469 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dtaskloop_loop_messages.cpp555 Iter1 begin1, end1; in test_with_random_access_iterator() local
560 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
566 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dtarget_parallel_for_simd_loop_messages.cpp460 Iter1 begin1, end1; in test_with_random_access_iterator() local
464 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
469 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dparallel_for_simd_loop_messages.cpp461 Iter1 begin1, end1; in test_with_random_access_iterator() local
465 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
470 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dfor_loop_messages.cpp567 Iter1 begin1, end1; in test_with_random_access_iterator() local
572 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
578 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dfor_simd_loop_messages.cpp535 Iter1 begin1, end1; in test_with_random_access_iterator() local
540 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
546 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dtaskloop_simd_loop_messages.cpp556 Iter1 begin1, end1; in test_with_random_access_iterator() local
561 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
567 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Ddistribute_simd_loop_messages.cpp596 Iter1 begin1, end1; in test_with_random_access_iterator() local
602 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
609 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Ddistribute_parallel_for_simd_loop_messages.cpp605 Iter1 begin1, end1; in test_with_random_access_iterator() local
611 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
618 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()