/external/clang/test/OpenMP/ |
D | parallel_for_loop_messages.cpp | 484 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 539 t1.dotest_lt(begin, end); in test_with_template() 540 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|
D | simd_loop_messages.cpp | 473 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 527 t1.dotest_lt(begin, end); in test_with_template() 528 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -10… in test_with_template()
|
D | target_parallel_for_loop_messages.cpp | 484 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 539 t1.dotest_lt(begin, end); in test_with_template() 540 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|
D | taskloop_loop_messages.cpp | 582 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 644 t1.dotest_lt(begin, end); in test_with_template() 645 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|
D | for_loop_messages.cpp | 598 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 660 t1.dotest_lt(begin, end); in test_with_template() 661 …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 | 485 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 540 t1.dotest_lt(begin, end); in test_with_template() 541 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|
D | target_parallel_for_simd_loop_messages.cpp | 484 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 539 t1.dotest_lt(begin, end); in test_with_template() 540 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|
D | taskloop_simd_loop_messages.cpp | 583 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 645 t1.dotest_lt(begin, end); in test_with_template() 646 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|
D | for_simd_loop_messages.cpp | 562 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 624 t1.dotest_lt(begin, end); in test_with_template() 625 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|
D | distribute_simd_loop_messages.cpp | 627 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 691 t1.dotest_lt(begin, end); in test_with_template() 692 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -10… in test_with_template()
|
D | distribute_parallel_for_simd_loop_messages.cpp | 635 int dotest_lt(IT begin, IT end) { in dotest_lt() function in TC 702 t1.dotest_lt(begin, end); in test_with_template() 703 …t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodI… in test_with_template()
|