Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport.cpp710 …late <typename T> struct ExplicitInstantiationDeclExportedDefTemplate { void f() {} ExplicitInstan… in ExplicitInstantiationDeclExportedDefTemplate() function
711 extern template struct ExplicitInstantiationDeclExportedDefTemplate<int>;
712 template struct __declspec(dllexport) ExplicitInstantiationDeclExportedDefTemplate<int>; variable
713 USEMEMFUNC(ExplicitInstantiationDeclExportedDefTemplate<int>, f);