Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp865 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func(); }; struct
866 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
Ddllexport.cpp879 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func(); }; struct
880 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
/external/clang/test/SemaCXX/
Ddllimport.cpp1445 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} }; in func() struct
1446 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
/external/llvm-project/clang/test/SemaCXX/
Ddllimport.cpp1544 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} }; in func() struct
1545 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
Ddllexport.cpp463 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} }; in func() struct
464 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
/external/llvm-project/clang/test/CodeGenCXX/
Ddllimport.cpp904 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func(); }; struct
905 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
Ddllexport.cpp974 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func(); }; struct
975 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable