Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport.cpp639 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
640 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f()… struct
641 template <typename T> void PartiallySpecializedClassTemplate<T*>::f() {} in f()
642 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
Ddllimport.cpp741 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
742 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f()… struct
743 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
/external/clang/test/SemaCXX/
Ddllexport.cpp345 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
346 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f()… in f() argument
Ddllimport.cpp1256 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
1257 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f()… in f() argument