Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp740 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() argument
741 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func(); }; struct
Ddllexport.cpp712 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func(); }; struct
713 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func(); }; struct
/external/clang/test/SemaCXX/
Ddllimport.cpp1300 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() argument
1301 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func() {} … in func() argument
Ddllexport.cpp411 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct
412 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func() {} … in func() struct