Searched refs:Test5a (Results 1 – 1 of 1) sorted by relevance
249 template <class T> struct Test5a { struct250 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 Test5a265 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();[all …]