/external/clang/test/OpenMP/ |
D | parallel_for_loop_messages.cpp | 508 int dotest_gt(IT begin, IT end) { in dotest_gt() function 541 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 542 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | simd_loop_messages.cpp | 496 template <typename IT, int ST=0> int dotest_gt(IT begin, IT end) { in dotest_gt() function 529 …dotest_gt(begin, end); // expected-note {{in instantiation of function template specialization 'do… in test_with_template() 530 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | target_parallel_for_loop_messages.cpp | 508 int dotest_gt(IT begin, IT end) { in dotest_gt() function 541 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 542 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | taskloop_loop_messages.cpp | 609 int dotest_gt(IT begin, IT end) { in dotest_gt() function 646 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 647 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | target_parallel_for_simd_loop_messages.cpp | 508 int dotest_gt(IT begin, IT end) { in dotest_gt() function 541 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 542 …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 | 509 int dotest_gt(IT begin, IT end) { in dotest_gt() function 542 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 543 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | for_loop_messages.cpp | 625 int dotest_gt(IT begin, IT end) { in dotest_gt() function 662 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 663 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | for_simd_loop_messages.cpp | 589 int dotest_gt(IT begin, IT end) { in dotest_gt() function 626 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 627 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | taskloop_simd_loop_messages.cpp | 610 int dotest_gt(IT begin, IT end) { in dotest_gt() function 647 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 648 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | distribute_simd_loop_messages.cpp | 652 template <typename IT, int ST=0> int dotest_gt(IT begin, IT end) { in dotest_gt() function 693 …dotest_gt(begin, end); // expected-note {{in instantiation of function template specialization 'do… in test_with_template() 694 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | distribute_parallel_for_simd_loop_messages.cpp | 665 int dotest_gt(IT begin, IT end) { in dotest_gt() function 704 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 705 …dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|