Searched refs:PartiallySpecializedClassTemplate (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddllexport.cpp623 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
624 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f(); };
625 template <typename T> void PartiallySpecializedClassTemplate<T*>::f() {}
626 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
627 // M32-DAG: define linkonce_odr x86_thiscallcc void @"\01?f@?$PartiallySpecializedClassTemplate@PAX@@QAEXXZ"
H A Ddllimport.cpp699 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
700 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f(); };
701 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
702 // M32-DAG: declare x86_thiscallcc void @"\01?f@?$PartiallySpecializedClassTemplate@PAX@@QAEXXZ"
/external/clang/test/SemaCXX/
H A Ddllexport.cpp341 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
342 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f() {} };
H A Ddllimport.cpp1250 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
1251 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f() {} };

Completed in 336 milliseconds