HomeSort by relevance Sort by last modified time
    Searched refs:dotest_lt (Results 1 - 7 of 7) sorted by null

  /external/clang/test/OpenMP/
for_loop_messages.cpp 579 int dotest_lt(IT begin, IT end) { function in class:TC
641 t1.dotest_lt(begin, end);
642 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
for_simd_loop_messages.cpp 560 int dotest_lt(IT begin, IT end) { function in class:TC
622 t1.dotest_lt(begin, end);
623 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
parallel_for_loop_messages.cpp 482 int dotest_lt(IT begin, IT end) { function in class:TC
537 t1.dotest_lt(begin, end);
538 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
parallel_for_simd_loop_messages.cpp 483 int dotest_lt(IT begin, IT end) { function in class:TC
538 t1.dotest_lt(begin, end);
539 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
simd_loop_messages.cpp 471 int dotest_lt(IT begin, IT end) { function in class:TC
525 t1.dotest_lt(begin, end);
526 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
taskloop_loop_messages.cpp 580 int dotest_lt(IT begin, IT end) { function in class:TC
642 t1.dotest_lt(begin, end);
643 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
taskloop_simd_loop_messages.cpp 581 int dotest_lt(IT begin, IT end) { function in class:TC
643 t1.dotest_lt(begin, end);
644 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}

Completed in 74 milliseconds