Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport.cpp689 template <typename T> struct __declspec(dllexport) ExplicitInstantiationDeclExportedTemplate { void… in f() argument
690 extern template struct ExplicitInstantiationDeclExportedTemplate<int>;
691 USEMEMFUNC(ExplicitInstantiationDeclExportedTemplate<int>, f);
/external/clang/test/SemaCXX/
Ddllexport.cpp393 template <typename T> struct __declspec(dllexport) ExplicitInstantiationDeclExportedTemplate {}; //… struct
394 extern template struct ExplicitInstantiationDeclExportedTemplate<int>; // expected-warning{{explici…