Searched refs:templ_foo (Results 1 – 5 of 5) sorted by relevance
24 //PRINT: template <typename T, int C> void templ_foo(T t) {31 //DUMP: FunctionTemplateDecl{{.*}}templ_foo45 //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
34 void templ_foo(T t) { in templ_foo() function100 templ_foo<int,2>(8); in bar()
45 void templ_foo(T t) { in templ_foo() function120 templ_foo<int,2>(8); in bar()
45 void templ_foo(T t) { in templ_foo() function120 templ_foo<int,2,0>(8); in bar()