Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching full:test5a

247 /*** Test5a ******************************************************************/
249 template <class T> struct Test5a {
250 Test5a();
255 template <> inline void Test5a<int>::bar();
256 template <> inline void Test5a<int>::foo();
259 template <> Test5a<int>::Test5a() { use(typeid(Test5a)); }
265 template <> inline void Test5a<int>::bar() {}
266 template <> inline void Test5a<int>::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();