Home
last modified time | relevance | path

Searched refs:dotest_gt (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/OpenMP/
Dparallel_for_loop_messages.cpp508 int dotest_gt(IT begin, IT end) { in dotest_gt() function
541dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template()
542dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
Dsimd_loop_messages.cpp496 template <typename IT, int ST=0> int dotest_gt(IT begin, IT end) { in dotest_gt() function
529dotest_gt(begin, end); // expected-note {{in instantiation of function template specialization 'do… in test_with_template()
530dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
Dtarget_parallel_for_loop_messages.cpp508 int dotest_gt(IT begin, IT end) { in dotest_gt() function
541dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template()
542dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
Dtaskloop_loop_messages.cpp609 int dotest_gt(IT begin, IT end) { in dotest_gt() function
646dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template()
647dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
Dfor_loop_messages.cpp625 int dotest_gt(IT begin, IT end) { in dotest_gt() function
662dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template()
663dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
Dparallel_for_simd_loop_messages.cpp509 int dotest_gt(IT begin, IT end) { in dotest_gt() function
542dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template()
543dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
Dtarget_parallel_for_simd_loop_messages.cpp508 int dotest_gt(IT begin, IT end) { in dotest_gt() function
541dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template()
542dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
Dtaskloop_simd_loop_messages.cpp610 int dotest_gt(IT begin, IT end) { in dotest_gt() function
647dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template()
648dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
Dfor_simd_loop_messages.cpp589 int dotest_gt(IT begin, IT end) { in dotest_gt() function
626dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template()
627dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
Ddistribute_simd_loop_messages.cpp652 template <typename IT, int ST=0> int dotest_gt(IT begin, IT end) { in dotest_gt() function
693dotest_gt(begin, end); // expected-note {{in instantiation of function template specialization 'do… in test_with_template()
694dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
Ddistribute_parallel_for_simd_loop_messages.cpp665 int dotest_gt(IT begin, IT end) { in dotest_gt() function
704dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template()
705dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()