Searched refs:dotest_lt (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/OpenMP/
H A Dfor_loop_messages.cpp598 int dotest_lt(IT begin, IT end) { function in class:TC
660 t1.dotest_lt(begin, end);
661 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
H A Dfor_simd_loop_messages.cpp562 int dotest_lt(IT begin, IT end) { function in class:TC
624 t1.dotest_lt(begin, end);
625 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
H A Dparallel_for_loop_messages.cpp484 int dotest_lt(IT begin, IT end) { function in class:TC
539 t1.dotest_lt(begin, end);
540 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
H A Dparallel_for_simd_loop_messages.cpp485 int dotest_lt(IT begin, IT end) { function in class:TC
540 t1.dotest_lt(begin, end);
541 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
H A Dsimd_loop_messages.cpp473 int dotest_lt(IT begin, IT end) { function in class:TC
527 t1.dotest_lt(begin, end);
528 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
H A Dtarget_parallel_for_loop_messages.cpp484 int dotest_lt(IT begin, IT end) { function in class:TC
539 t1.dotest_lt(begin, end);
540 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
H A Dtarget_parallel_for_simd_loop_messages.cpp484 int dotest_lt(IT begin, IT end) { function in class:TC
539 t1.dotest_lt(begin, end);
540 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
H A Dtaskloop_loop_messages.cpp582 int dotest_lt(IT begin, IT end) { function in class:TC
644 t1.dotest_lt(begin, end);
645 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
H A Ddistribute_parallel_for_simd_loop_messages.cpp635 int dotest_lt(IT begin, IT end) { function in class:TC
702 t1.dotest_lt(begin, end);
703 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
H A Ddistribute_simd_loop_messages.cpp627 int dotest_lt(IT begin, IT end) { function in class:TC
691 t1.dotest_lt(begin, end);
692 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
H A Dtaskloop_simd_loop_messages.cpp583 int dotest_lt(IT begin, IT end) { function in class:TC
645 t1.dotest_lt(begin, end);
646 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}

Completed in 121 milliseconds