Searched refs:USEMEMFUNC (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | dllimport.cpp | 29 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; } macro 609 USEMEMFUNC(T, a) 618 USEMEMFUNC(V, foo) 765 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f); 772 USEMEMFUNC(ExplicitlySpecializedClassTemplate<void*>, f); 779 USEMEMFUNC(PartiallySpecializedImportedClassTemplate<void*>, f); 786 USEMEMFUNC(ExplicitlyInstantiatedWithDifferentAttr<int>, f); 793 USEMEMFUNC(ExplicitInstantiationDeclImportedDefTemplate<int>, f); 802 USEMEMFUNC(ExplicitInstantiationDeclExportedDefImportedTemplate<int>, f); 810 USEMEMFUNC(PR23770BaseTemplate<int>, f); [all …]
|
D | dllexport.cpp | 25 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; } macro 698 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f); 706 USEMEMFUNC(ExplicitlySpecializedClassTemplate<void*>, f); 713 USEMEMFUNC(PartiallySpecializedExportedClassTemplate<void*>, f); 721 USEMEMFUNC(PartiallySpecializedExportedClassTemplate2<void*>, f); 728 USEMEMFUNC(ExplicitlyInstantiatedWithDifferentAttr<int>, f); 758 USEMEMFUNC(ExplicitInstantiationDeclTemplate<int>, f); 763 USEMEMFUNC(ExplicitInstantiationDeclExportedTemplate<int>, f); 769 USEMEMFUNC(ExplicitInstantiationDeclExportedDefTemplate<int>, f); 885 USEMEMFUNC(DerivedFromTemplate, func) [all …]
|