Lines Matching full:funct1
1202 template <class U> static void funcT1();1219 template <> template <class T> DEFAULT void B<A>::funcT1() {}1233 B<A>::funcT1<int>();1234 B<A>::funcT1<A>();