Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp854 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; in func() struct
855 template <> struct __declspec(dllexport) ExplicitlyExportSpecializedTemplate<int> { void func(); }; struct
Ddllexport.cpp867 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; in func() struct
868 template <> struct __declspec(dllexport) ExplicitlyExportSpecializedTemplate<int> { void func(); }; struct
/external/clang/test/SemaCXX/
Ddllimport.cpp1433 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; in func() struct
1434 template <> struct __declspec(dllexport) ExplicitlyExportSpecializedTemplate<int> { void func() {} … in func() struct
Ddllexport.cpp419 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; in func() argument
420 template <> struct __declspec(dllexport) ExplicitlyExportSpecializedTemplate<int> { void func() {} … in func() struct