Home
last modified time | relevance | path

Searched refs:templ_test (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/OpenMP/
H A Dgeneric_loop_messages.cpp134 void templ_test(T t) { in templ_test() function
152templ_test<int, 2>(16); // expected-note {{in instantiation of function template specialization 't… in bar()
H A Dteams_generic_loop_messages.cpp126 void templ_test(T t) { in templ_test() function
144templ_test<int, 2>(16); // expected-note {{in instantiation of function template specialization 't… in bar()
H A Dparallel_generic_loop_messages.cpp139 void templ_test(T t) { in templ_test() function
157templ_test<int, 2>(16); // expected-note {{in instantiation of function template specialization 't… in bar()
H A Dtarget_teams_generic_loop_messages.cpp143 void templ_test(T t) { in templ_test() function
161templ_test<int, 2>(16); // expected-note {{in instantiation of function template specialization 't… in bar()
H A Dtarget_parallel_generic_loop_messages.cpp146 void templ_test(T t) { in templ_test() function
164templ_test<int, 2>(16); // expected-note {{in instantiation of function template specialization 't… in bar()