Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllexport.cpp710 template <typename T> struct __declspec(dllexport) PartiallySpecializedExportedClassTemplate {}; struct
711 template <typename T> struct PartiallySpecializedExportedClassTemplate<T*> { void f() {} }; in f() struct
712 USEMEMFUNC(PartiallySpecializedExportedClassTemplate<void*>, f);