Searched refs:dotest_gt (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/OpenMP/ |
D | parallel_for_loop_messages.cpp | 506 int dotest_gt(IT begin, IT end) { in dotest_gt() function 539 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 540 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | simd_loop_messages.cpp | 494 template <typename IT, int ST=0> int dotest_gt(IT begin, IT end) { in dotest_gt() function 527 …dotest_gt(begin, end); // expected-note {{in instantiation of function template specialization 'do… in test_with_template() 528 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | for_loop_messages.cpp | 606 int dotest_gt(IT begin, IT end) { in dotest_gt() function 643 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 644 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | parallel_for_simd_loop_messages.cpp | 507 int dotest_gt(IT begin, IT end) { in dotest_gt() function 540 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 541 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | for_simd_loop_messages.cpp | 587 int dotest_gt(IT begin, IT end) { in dotest_gt() function 624 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 625 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | taskloop_loop_messages.cpp | 607 int dotest_gt(IT begin, IT end) { in dotest_gt() function 644 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 645 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | taskloop_simd_loop_messages.cpp | 608 int dotest_gt(IT begin, IT end) { in dotest_gt() function 645 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 646 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|