Lines Matching refs:USEMEMFUNC
30 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; } macro
655 USEMEMFUNC(T, a)
664 USEMEMFUNC(V, foo)
811 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
818 USEMEMFUNC(ExplicitlySpecializedClassTemplate<void*>, f);
825 USEMEMFUNC(PartiallySpecializedImportedClassTemplate<void*>, f);
832 USEMEMFUNC(ExplicitlyInstantiatedWithDifferentAttr<int>, f);
839 USEMEMFUNC(ExplicitInstantiationDeclImportedDefTemplate<int>, f);
848 USEMEMFUNC(ExplicitInstantiationDeclExportedDefImportedTemplate<int>, f);
856 USEMEMFUNC(PR23770BaseTemplate<int>, f);
872 USEMEMFUNC(basic_ostream<char>::sentry, foo);
917 USEMEMFUNC(ClassTemplate<int>, func)
923 USEMEMFUNC(ImportedClassTemplate<int>, func)
929 USEMEMFUNC(ExportedClassTemplate<int>, func)
936 USEMEMFUNC(ClassTemplate<double>, func)
943 USEMEMFUNC(ClassTemplate<bool>, func)
949 USEMEMFUNC(ExplicitlySpecializedTemplate<int>, func)
955 USEMEMFUNC(ExplicitlyExportSpecializedTemplate<int>, func)
961 USEMEMFUNC(ExplicitlyImportSpecializedTemplate<int>, func)
967 USEMEMFUNC(ExplicitlyInstantiatedTemplate<int>, func)
973 USEMEMFUNC(ExplicitlyExportInstantiatedTemplate<int>, func)
979 USEMEMFUNC(ExplicitlyImportInstantiatedTemplate<int>, func)
987 USEMEMFUNC(TopClass<int>, func)
995 USEMEMFUNC(ExplicitInstantiationDeclTemplateBase<int>, func)
1003 USEMEMFUNC(ExplicitInstantiationDeclTemplateBase2<int>, func)