Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport.cpp710 template <typename T> struct ExplicitInstantiationDeclExportedDefTemplate { void f() {} ExplicitIns… in ExplicitInstantiationDeclExportedDefTemplate() argument
712 template struct __declspec(dllexport) ExplicitInstantiationDeclExportedDefTemplate<int>; variable