Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllexport.cpp694 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
695 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f()… struct
696 template <typename T> void PartiallySpecializedClassTemplate<T*>::f() {} in f()
697 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
H A Ddllimport.cpp809 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
810 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f()… struct
811 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllexport.cpp359 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
360 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f()… in f() struct
H A Ddllimport.cpp1489 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
1490 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f()… in f() struct