Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp901 template <typename T> struct ExplicitInstantiationDeclTemplateBase2 { void func() {} }; in func() argument
904 template struct __declspec(dllexport) ExplicitInstantiationDeclTemplateBase2<int>; variable
Ddllexport.cpp894 template <typename T> struct ExplicitInstantiationDeclTemplateBase2 { void func() {} }; in func() struct
897 template struct __declspec(dllimport) ExplicitInstantiationDeclTemplateBase2<int>; variable