Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching full:explicitinstantiationdecltemplatebase2

901 template <typename T> struct ExplicitInstantiationDeclTemplateBase2 { void func() {} };
902 extern template struct ExplicitInstantiationDeclTemplateBase2<int>;
903 struct __declspec(dllimport) DerivedFromExplicitInstantiationDeclTemplateBase2 : public ExplicitInstantiationDeclTemplateBase2<int> {};
904 template struct __declspec(dllexport) ExplicitInstantiationDeclTemplateBase2<int>;
905 USEMEMFUNC(ExplicitInstantiationDeclTemplateBase2<int>, func)
906 // M32-DAG: declare dllimport x86_thiscallcc void @"\01?func@?$ExplicitInstantiationDeclTemplateBase2@H@@QAEXXZ"