Searched refs:ExplicitInstantiationDeclTemplate (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddllexport.cpp684 template <typename T> struct ExplicitInstantiationDeclTemplate { void f() {} }; struct
685 extern template struct __declspec(dllexport) ExplicitInstantiationDeclTemplate<int>;
686 USEMEMFUNC(ExplicitInstantiationDeclTemplate<int>, f);
687 // M32-DAG: {{declare|define available_externally}} x86_thiscallcc void @"\01?f@?$ExplicitInstantiationDeclTemplate@H@@QAEXXZ"
/external/clang/test/SemaCXX/
H A Ddllexport.cpp390 template <typename T> struct ExplicitInstantiationDeclTemplate {}; struct
391 extern template struct __declspec(dllexport) ExplicitInstantiationDeclTemplate<int>; // expected-warning{{explicit instantiation declaration should not be 'dllexport'}} expected-note{{attribute is here}}

Completed in 43 milliseconds