Searched refs:dotest_lt (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/OpenMP/ |
D | parallel_for_loop_messages.cpp | 482 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 537 t1.dotest_lt(begin, end); in test_with_template() 538 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|
D | simd_loop_messages.cpp | 471 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 525 t1.dotest_lt(begin, end); in test_with_template() 526 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -10… in test_with_template()
|
D | for_simd_loop_messages.cpp | 560 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 622 t1.dotest_lt(begin, end); in test_with_template() 623 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|
D | parallel_for_simd_loop_messages.cpp | 483 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 538 t1.dotest_lt(begin, end); in test_with_template() 539 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|
D | for_loop_messages.cpp | 579 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 641 t1.dotest_lt(begin, end); in test_with_template() 642 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|
D | taskloop_loop_messages.cpp | 580 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 642 t1.dotest_lt(begin, end); in test_with_template() 643 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|
D | taskloop_simd_loop_messages.cpp | 581 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 643 t1.dotest_lt(begin, end); in test_with_template() 644 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|