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

/external/clang/test/CodeGenCXX/
H A Ddllexport.cpp578 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
579 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f() {} };
580 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
581 // M32-DAG: define linkonce_odr x86_thiscallcc void @"\01?f@?$PartiallySpecializedClassTemplate@PAX@@QAEXXZ"
H A Ddllimport.cpp662 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
663 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f() {} };
664 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
665 // M32-DAG: define linkonce_odr x86_thiscallcc void @"\01?f@?$PartiallySpecializedClassTemplate@PAX@@QAEXXZ"
/external/clang/test/SemaCXX/
H A Ddllexport.cpp324 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
325 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f() {} };
H A Ddllimport.cpp1000 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
1001 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f() {} };

Completed in 754 milliseconds