Home
last modified time | relevance | path

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

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