Home
last modified time | relevance | path

Searched defs:ExplicitlySpecializedClassTemplate (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddllimport.cpp770 template <typename T> struct ExplicitlySpecializedClassTemplate {}; struct
771 template <> struct __declspec(dllimport) ExplicitlySpecializedClassTemplate<void*> { void f(); }; struct
H A Ddllexport.cpp703 template <typename T> struct ExplicitlySpecializedClassTemplate {}; struct
704 template <> struct __declspec(dllexport) ExplicitlySpecializedClassTemplate<void*> { void f(); }; struct