Home
last modified time | relevance | path

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

/llvm-project/clang/test/OpenMP/
H A Dgeneric_loop_ast_print.cpp24 //PRINT: template <typename T, int C> void templ_foo(T t) {
31 //DUMP: FunctionTemplateDecl{{.*}}templ_foo
45 //PRINT: template<> void templ_foo<int, 2>(int t) {
52 //DUMP: FunctionDecl{{.*}}templ_foo 'void (int)'
67 void templ_foo(T t) { in templ_foo()
164 templ_foo<int,2>(8);
65 void templ_foo(T t) { templ_foo() function
H A Dteams_generic_loop_ast_print.cpp34 void templ_foo(T t) { in templ_foo() function
100 templ_foo<int,2>(8); in bar()
H A Dparallel_generic_loop_ast_print.cpp45 void templ_foo(T t) { in templ_foo() function
120 templ_foo<int,2>(8); in bar()
H A Dtarget_teams_generic_loop_ast_print.cpp45 void templ_foo(T t) { in templ_foo() function
120 templ_foo<int,2,0>(8); in bar()
H A Dtarget_parallel_generic_loop_ast_print.cpp45 void templ_foo(T t) { in templ_foo() function
120 templ_foo<int,2,0>(8); in bar()