Home
last modified time | relevance | path

Searched refs:begin0 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/OpenMP/
Dparallel_for_loop_messages.cpp377 Iter0 begin0, end0; in test_with_random_access_iterator() local
410 for (begin = begin0; begin < end; ++begin) in test_with_random_access_iterator()
454 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
Dfor_loop_messages.cpp430 Iter0 begin0, end0; in test_with_random_access_iterator() local
472 for (begin = begin0; begin < end; ++begin) in test_with_random_access_iterator()
528 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
Dfor_simd_loop_messages.cpp430 Iter0 begin0, end0; in test_with_random_access_iterator() local
472 for (begin = begin0; begin < end; ++begin) in test_with_random_access_iterator()
527 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
Dparallel_for_simd_loop_messages.cpp377 Iter0 begin0, end0; in test_with_random_access_iterator() local
410 for (begin = begin0; begin < end; ++begin) in test_with_random_access_iterator()
454 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
Dsimd_loop_messages.cpp366 Iter0 begin0, end0; in test_with_random_access_iterator() local
440 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()