Home
last modified time | relevance | path

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

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