Searched refs:TestFunctionTemplate (Results 1 – 2 of 2) sorted by relevance
184 template<typename T> void TestFunctionTemplate(T) { } in TestFunctionTemplate() function187 void bar(A a) { TestFunctionTemplate(a); } in bar()190 template<> void TestFunctionTemplate(B);193 extern template void TestFunctionTemplate(C);196 template void TestFunctionTemplate(D);290 template<typename T> void TestFunctionTemplate(T);291 template<typename T> void TestFunctionTemplate(T);292 void bar(A a) { TestFunctionTemplate(a); } in bar()
206 template<typename T> void TestFunctionTemplate(T) { } in TestFunctionTemplate() function209 void bar(A a) { TestFunctionTemplate(a); } in bar()212 template<> void TestFunctionTemplate(B);215 extern template void TestFunctionTemplate(C);218 template void TestFunctionTemplate(D);472 template<typename T> void TestFunctionTemplate(T);473 template<typename T> void TestFunctionTemplate(T);474 void bar(A a) { TestFunctionTemplate(a); } in bar()