Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddllimport.cpp1445 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} }; in func() struct
1446 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
H A Ddllexport.cpp431 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} }; in func() struct
432 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddllimport.cpp865 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func(); }; struct
866 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
H A Ddllexport.cpp879 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func(); }; struct
880 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable