Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddllimport.cpp1443 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func() {} }; in func() struct
1444 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
H A Ddllexport.cpp429 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func() {} }; in func() argument
430 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddllimport.cpp862 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func(); }; struct
864 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
H A Ddllexport.cpp876 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func(); }; struct
878 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable