Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddllimport.cpp860 template <typename T> struct ExplicitlyInstantiatedTemplate { void func() {} }; in func() argument
861 template struct ExplicitlyInstantiatedTemplate<int>; variable
H A Ddllexport.cpp873 template <typename T> struct ExplicitlyInstantiatedTemplate { void func(); }; struct
875 template struct ExplicitlyInstantiatedTemplate<int>; variable
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddllimport.cpp1438 template <typename T> struct ExplicitlyInstantiatedTemplate { void func() {} }; in func() argument
1442 template struct ExplicitlyInstantiatedTemplate<int>; variable
H A Ddllexport.cpp424 template <typename T> struct ExplicitlyInstantiatedTemplate { void func() {} }; in func() argument
428 template struct ExplicitlyInstantiatedTemplate<int>; variable