Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching full:partiallyspecializedexportedclasstemplate

655 template <typename T> struct __declspec(dllexport) PartiallySpecializedExportedClassTemplate {};
656 template <typename T> struct PartiallySpecializedExportedClassTemplate<T*> { void f() {} };
657 USEMEMFUNC(PartiallySpecializedExportedClassTemplate<void*>, f);
658 // M32-DAG: define weak_odr dllexport x86_thiscallcc void @"\01?f@?$PartiallySpecializedExportedClassTemplate@PAX@@QAEXXZ"