Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport.cpp623 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
624 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f()… struct
625 template <typename T> void PartiallySpecializedClassTemplate<T*>::f() {} in f()
626 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
Ddllimport.cpp699 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
700 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f()… struct
701 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
/external/clang/test/SemaCXX/
Ddllexport.cpp341 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
342 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f()… in f() argument
Ddllimport.cpp1250 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
1251 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f()… in f() argument