Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp763 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
764 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f()… struct
Ddllexport.cpp695 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
696 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f()… struct
/external/clang/test/SemaCXX/
Ddllimport.cpp1389 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
1390 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f()… in f() struct
Ddllexport.cpp345 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
346 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f()… in f() argument