Lines Matching refs:USEMEMFUNC
25 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; } macro
697 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
705 USEMEMFUNC(ExplicitlySpecializedClassTemplate<void*>, f);
712 USEMEMFUNC(PartiallySpecializedExportedClassTemplate<void*>, f);
720 USEMEMFUNC(PartiallySpecializedExportedClassTemplate2<void*>, f);
727 USEMEMFUNC(ExplicitlyInstantiatedWithDifferentAttr<int>, f);
757 USEMEMFUNC(ExplicitInstantiationDeclTemplate<int>, f);
762 USEMEMFUNC(ExplicitInstantiationDeclExportedTemplate<int>, f);
768 USEMEMFUNC(ExplicitInstantiationDeclExportedDefTemplate<int>, f);
776 USEMEMFUNC(ImplicitInstantiationExportedExplicitInstantiationDefTemplate<int>, f);
783 USEMEMFUNC(ImplicitInstantiationExplicitInstantiationDefExportedTemplate<int>, f);
790 USEMEMFUNC(ImplicitInstantiationExportedExplicitInstantiationDefExportedTemplate<int>, f);
980 USEMEMFUNC(DerivedFromTemplate, func)
986 USEMEMFUNC(DerivedFromExportedTemplate, func)
992 USEMEMFUNC(DerivedFromImportedTemplate, func)
999 USEMEMFUNC(DerivedFromTemplateD2, func)
1006 USEMEMFUNC(DerivedFromTemplateB2, func)
1012 USEMEMFUNC(DerivedFromExplicitlySpecializedTemplate, func)
1018 USEMEMFUNC(DerivedFromExplicitlyExportSpecializedTemplate, func)
1024 USEMEMFUNC(DerivedFromExplicitlyImportSpecializedTemplate, func)
1030 USEMEMFUNC(DerivedFromExplicitlyInstantiatedTemplate, func)
1036 USEMEMFUNC(DerivedFromExplicitlyExportInstantiatedTemplate, func)
1042 USEMEMFUNC(DerivedFromExplicitlyImportInstantiatedTemplate, func)
1050 USEMEMFUNC(BottomClass, func)