Home
last modified time | relevance | path

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

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