Searched refs:ExplicitInstantiationDeclExportedTemplate (Results 1 – 2 of 2) sorted by relevance
689 template <typename T> struct __declspec(dllexport) ExplicitInstantiationDeclExportedTemplate { void… in f() argument690 extern template struct ExplicitInstantiationDeclExportedTemplate<int>;691 USEMEMFUNC(ExplicitInstantiationDeclExportedTemplate<int>, f);
393 template <typename T> struct __declspec(dllexport) ExplicitInstantiationDeclExportedTemplate {}; //… struct394 extern template struct ExplicitInstantiationDeclExportedTemplate<int>; // expected-warning{{explici…