Searched refs:TestFunctionTemplate (Results 1 – 1 of 1) sorted by relevance
228 template<typename T> void TestFunctionTemplate(T) { } in TestFunctionTemplate() function231 void bar(A a) { TestFunctionTemplate(a); } in bar()234 template<> void TestFunctionTemplate(B);237 extern template void TestFunctionTemplate(C);240 template void TestFunctionTemplate(D);494 template<typename T> void TestFunctionTemplate(T);495 template<typename T> void TestFunctionTemplate(T);496 void bar(A a) { TestFunctionTemplate(a); } in bar()