Searched refs:funcT1 (Results 1 – 1 of 1) sorted by relevance
1202 template <class U> static void funcT1();1219 template <> template <class T> DEFAULT void B<A>::funcT1() {} in funcT1() function in test65::B1233 B<A>::funcT1<int>(); in test()1234 B<A>::funcT1<A>(); in test()