/external/clang/test/OpenMP/ |
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 | 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 | 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 | 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_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 | 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 | 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()
|
/external/llvm-project/clang/test/OpenMP/ |
D | parallel_for_loop_messages.cpp | 512 int dotest_gt(IT begin, IT end) { in dotest_gt() function 545 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 546 …dotest_gt<unsigned, 10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | simd_loop_messages.cpp | 524 template <typename IT, int ST=0> int dotest_gt(IT begin, IT end) { in dotest_gt() function 557 …dotest_gt(begin, end); // expected-note {{in instantiation of function template specialization 'do… in test_with_template() 558 …dotest_gt<unsigned, 10>(0, 100); // expected-note {{in instantiation of function template speciali… in test_with_template()
|
D | target_simd_loop_messages.cpp | 514 int dotest_gt(IT begin, IT end) { in dotest_gt() function 547 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 548 …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 | 513 int dotest_gt(IT begin, IT end) { in dotest_gt() function 546 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 547 …dotest_gt<unsigned, 10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | target_teams_distribute_loop_messages.cpp | 498 int dotest_gt(IT begin, IT end) { in dotest_gt() function 531 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 532 …dotest_gt<unsigned, 10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | taskloop_loop_messages.cpp | 612 int dotest_gt(IT begin, IT end) { in dotest_gt() function 649 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 650 …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 | 512 int dotest_gt(IT begin, IT end) { in dotest_gt() function 545 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 546 …dotest_gt<unsigned, 10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | for_simd_loop_messages.cpp | 593 int dotest_gt(IT begin, IT end) { in dotest_gt() function 630 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 631 …dotest_gt<unsigned, 10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | target_teams_distribute_simd_loop_messages.cpp | 492 int dotest_gt(IT begin, IT end) { in dotest_gt() function 525 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 526 …dotest_gt<unsigned, 10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | target_teams_distribute_parallel_for_loop_messages.cpp | 496 int dotest_gt(IT begin, IT end) { in dotest_gt() function 529 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 530 …dotest_gt<unsigned, 10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | teams_distribute_loop_messages.cpp | 576 int dotest_gt(IT begin, IT end) { in dotest_gt() function 613 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 614 …dotest_gt<unsigned, 10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | taskloop_simd_loop_messages.cpp | 614 int dotest_gt(IT begin, IT end) { in dotest_gt() function 651 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 652 …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 | 514 int dotest_gt(IT begin, IT end) { in dotest_gt() function 547 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 548 …dotest_gt<unsigned, 10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | master_taskloop_loop_messages.cpp | 612 int dotest_gt(IT begin, IT end) { in dotest_gt() function 649 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 650 …dotest_gt<unsigned, 10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | for_loop_messages.cpp | 691 int dotest_gt(IT begin, IT end) { in dotest_gt() function 728 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 729 …dotest_gt<unsigned, 10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|
D | teams_distribute_parallel_for_simd_loop_messages.cpp | 576 int dotest_gt(IT begin, IT end) { in dotest_gt() function 613 …dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template() 614 …dotest_gt<unsigned, 10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
|