Searched refs:dotest_lt (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/OpenMP/ |
D | simd_loop_messages.cpp | 474 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 528 t1.dotest_lt(begin, end); in test_with_template() 529 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -10… in test_with_template()
|
D | parallel_for_loop_messages.cpp | 486 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 541 t1.dotest_lt(begin, end); in test_with_template() 542 …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 | 486 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 541 t1.dotest_lt(begin, end); in test_with_template() 542 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|
D | for_loop_messages.cpp | 564 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 626 t1.dotest_lt(begin, end); in test_with_template() 627 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|
D | for_simd_loop_messages.cpp | 563 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 625 t1.dotest_lt(begin, end); in test_with_template() 626 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|