Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching full:explicitinstantiationdecltemplatebase

887 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} };
888 extern template struct ExplicitInstantiationDeclTemplateBase<int>;
889 struct __declspec(dllexport) DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<int> {};
890 template struct ExplicitInstantiationDeclTemplateBase<int>;
891 // M32-DAG: define weak_odr dllexport x86_thiscallcc void @"\01?func@?$ExplicitInstantiationDeclTemplateBase@H@@QAEXXZ"