Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp776 …lspec(dllimport) ExplicitInstantiationDeclExportedDefImportedTemplate { void f() {} ExplicitInstan… in ExplicitInstantiationDeclExportedDefImportedTemplate() struct
777 extern template struct __declspec(dllimport) ExplicitInstantiationDeclExportedDefImportedTemplate <…
778 template struct __declspec(dllexport) ExplicitInstantiationDeclExportedDefImportedTemplate<int>; variable
779 USECLASS(ExplicitInstantiationDeclExportedDefImportedTemplate<int>);
780 USEMEMFUNC(ExplicitInstantiationDeclExportedDefImportedTemplate<int>, f);