Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport.cpp647 template <typename T> struct ExplicitlySpecializedClassTemplate {}; struct
648 template <> struct __declspec(dllexport) ExplicitlySpecializedClassTemplate<void*> { void f(); }; struct
649 void ExplicitlySpecializedClassTemplate<void*>::f() {} in f()
650 USEMEMFUNC(ExplicitlySpecializedClassTemplate<void*>, f);
Ddllimport.cpp748 template <typename T> struct ExplicitlySpecializedClassTemplate {}; struct
749 template <> struct __declspec(dllimport) ExplicitlySpecializedClassTemplate<void*> { void f(); }; struct
750 USEMEMFUNC(ExplicitlySpecializedClassTemplate<void*>, f);