Lines Matching full:explicitinstantiationdecltemplatebase2
894 template <typename T> struct ExplicitInstantiationDeclTemplateBase2 { void func() {} };
895 extern template struct ExplicitInstantiationDeclTemplateBase2<int>;
896 struct __declspec(dllexport) DerivedFromExplicitInstantiationDeclTemplateBase2 : public ExplicitInstantiationDeclTemplateBase2<int> {};
897 template struct __declspec(dllimport) ExplicitInstantiationDeclTemplateBase2<int>;
898 USEMEMFUNC(ExplicitInstantiationDeclTemplateBase2<int>, func)
899 // M32-DAG: define weak_odr dllexport x86_thiscallcc void @"\01?func@?$ExplicitInstantiationDeclTemplateBase2@H@@QAEXXZ"