Searched refs:TestFunctionTemplate (Results 1 – 1 of 1) sorted by relevance
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()