Home
last modified time | relevance | path

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

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