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