Home
last modified time | relevance | path

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

/external/clang/test/OpenMP/
Dparallel_for_loop_messages.cpp373 Iter0 begin0, end0; in test_with_random_access_iterator() local
406 for (begin = begin0; begin < end; ++begin) in test_with_random_access_iterator()
450 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
Dfor_simd_loop_messages.cpp427 Iter0 begin0, end0; in test_with_random_access_iterator() local
469 for (begin = begin0; begin < end; ++begin) in test_with_random_access_iterator()
524 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
Dparallel_for_simd_loop_messages.cpp374 Iter0 begin0, end0; in test_with_random_access_iterator() local
407 for (begin = begin0; begin < end; ++begin) in test_with_random_access_iterator()
451 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
Dfor_loop_messages.cpp445 Iter0 begin0, end0; in test_with_random_access_iterator() local
487 for (begin = begin0; begin < end; ++begin) in test_with_random_access_iterator()
543 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
Dtaskloop_loop_messages.cpp446 Iter0 begin0, end0; in test_with_random_access_iterator() local
488 for (begin = begin0; begin < end; ++begin) in test_with_random_access_iterator()
544 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
Dtaskloop_simd_loop_messages.cpp447 Iter0 begin0, end0; in test_with_random_access_iterator() local
489 for (begin = begin0; begin < end; ++begin) in test_with_random_access_iterator()
545 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
Dsimd_loop_messages.cpp363 Iter0 begin0, end0; in test_with_random_access_iterator() local
437 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()