Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp857 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct
858 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func(); }; struct
Ddllexport.cpp870 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func(); }; struct
871 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func(); }; struct
/external/clang/test/SemaCXX/
Ddllimport.cpp1435 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct
1436 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func() {} … in func() struct
Ddllexport.cpp421 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct
422 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func() {} … in func() argument