Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllexport.cpp702 template <typename T> struct ExplicitlySpecializedClassTemplate {}; struct
703 template <> struct __declspec(dllexport) ExplicitlySpecializedClassTemplate<void*> { void f(); }; struct
704 void ExplicitlySpecializedClassTemplate<void*>::f() {} in f()
705 USEMEMFUNC(ExplicitlySpecializedClassTemplate<void*>, f);
H A Ddllimport.cpp816 template <typename T> struct ExplicitlySpecializedClassTemplate {}; struct
817 template <> struct __declspec(dllimport) ExplicitlySpecializedClassTemplate<void*> { void f(); }; struct
818 USEMEMFUNC(ExplicitlySpecializedClassTemplate<void*>, f);