Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllexport.cpp765 template <typename T> struct ExplicitInstantiationDeclExportedDefTemplate { void f() {} ExplicitIns… in ExplicitInstantiationDeclExportedDefTemplate() argument
767 template struct __declspec(dllexport) ExplicitInstantiationDeclExportedDefTemplate<int>; variable