HomeSort by relevance Sort by last modified time
    Searched refs:dotest_gt (Results 1 - 3 of 3) sorted by null

  /external/clang/test/OpenMP/
for_loop_messages.cpp 552 int dotest_gt(IT begin, IT end) { function
589 dotest_gt(begin, end); // expected-note {{in instantiation of function template specialization 'dotest_gt<GoodIter, 0>' requested here}}
590 dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template specialization 'dotest_gt<unsigned int, -10>' requested here}}
parallel_for_loop_messages.cpp 474 int dotest_gt(IT begin, IT end) { function
507 dotest_gt(begin, end); // expected-note {{in instantiation of function template specialization 'dotest_gt<GoodIter, 0>' requested here}}
508 dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template specialization 'dotest_gt<unsigned int, -10>' requested here}}
simd_loop_messages.cpp 465 template <typename IT, int ST=0> int dotest_gt(IT begin, IT end) { function
498 dotest_gt(begin, end); // expected-note {{in instantiation of function template specialization 'dotest_gt<GoodIter, 0>' requested here}}
499 dotest_gt<unsigned, -10>(0, 100); // expected-note {{in instantiation of function template specialization 'dotest_gt<unsigned int, -10>' requested here}}

Completed in 193 milliseconds