Home
last modified time | relevance | path

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

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