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