Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp810 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func(); }; struct
812 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
Ddllexport.cpp804 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func(); }; struct
806 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
/external/clang/test/SemaCXX/
Ddllimport.cpp1310 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func() {} }; in func() argument
1311 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