Home
last modified time | relevance | path

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

/external/clang/test/OpenMP/
Dparallel_for_loop_messages.cpp506 int dotest_gt(IT begin, IT end) { in dotest_gt() function
539dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template()
540dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
Dsimd_loop_messages.cpp494 template <typename IT, int ST=0> int dotest_gt(IT begin, IT end) { in dotest_gt() function
527dotest_gt(begin, end); // expected-note {{in instantiation of function template specialization 'do… in test_with_template()
528dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
Dfor_loop_messages.cpp606 int dotest_gt(IT begin, IT end) { in dotest_gt() function
643dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template()
644dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
Dparallel_for_simd_loop_messages.cpp507 int dotest_gt(IT begin, IT end) { in dotest_gt() function
540dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template()
541dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
Dfor_simd_loop_messages.cpp587 int dotest_gt(IT begin, IT end) { in dotest_gt() function
624dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template()
625dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
Dtaskloop_loop_messages.cpp607 int dotest_gt(IT begin, IT end) { in dotest_gt() function
644dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template()
645dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()
Dtaskloop_simd_loop_messages.cpp608 int dotest_gt(IT begin, IT end) { in dotest_gt() function
645dotest_gt(begin, end); // expected-note {{in instantiation of function template special… in test_with_template()
646dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template special… in test_with_template()