Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllexport.cpp717 template <typename T> struct __declspec(dllexport) PartiallySpecializedExportedClassTemplate2 {}; struct
718 template <typename T> struct __declspec(dllimport) PartiallySpecializedExportedClassTemplate2<T*> {… struct
719 template <typename T> void PartiallySpecializedExportedClassTemplate2<T*>::f() {} in f()
720 USEMEMFUNC(PartiallySpecializedExportedClassTemplate2<void*>, f);