Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp813 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func(); }; struct
814 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
Ddllexport.cpp807 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func(); }; struct
808 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
/external/clang/test/SemaCXX/
Ddllimport.cpp1312 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} }; in func() argument
1313 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
Ddllexport.cpp431 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} }; in func() argument
432 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable