Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport.cpp767 …late <typename T> struct ExplicitInstantiationDeclExportedDefTemplate { void f() {} ExplicitInstan… in ExplicitInstantiationDeclExportedDefTemplate() function
768 extern template struct ExplicitInstantiationDeclExportedDefTemplate<int>;
769 template struct __declspec(dllexport) ExplicitInstantiationDeclExportedDefTemplate<int>; variable
770 USEMEMFUNC(ExplicitInstantiationDeclExportedDefTemplate<int>, f);