Home
last modified time | relevance | path

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

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