Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching full:explicitinstantiationdecltemplatebase

893 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} };
894 extern template struct ExplicitInstantiationDeclTemplateBase<int>;
895 struct __declspec(dllimport) DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<int> {};
896 ExplicitInstantiationDeclTemplateBase<int>;
897 USEMEMFUNC(ExplicitInstantiationDeclTemplateBase<int>, func)
898 // M32-DAG: declare dllimport x86_thiscallcc void @"\01?func@?$ExplicitInstantiationDeclTemplateBase@H@@QAEXXZ"