Lines Matching refs:Test5a
249 template <class T> struct Test5a { struct
250 Test5a();
255 template <> inline void Test5a<int>::bar();
256 template <> inline void Test5a<int>::foo();
259 template <> Test5a<int>::Test5a() { use(typeid(Test5a)); } in Test5a() function in Test5a
265 template <> inline void Test5a<int>::bar() {} in bar()
266 template <> inline void Test5a<int>::foo() {} in foo()
277 template <> inline void Test5a<int>::bar();
286 template <> inline void Test5a<int>::foo();
298 template <> inline void Test5a<int>::bar();
299 template <> inline void Test5a<int>::foo();