Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport.cpp159 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable
170 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable
175 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable
/external/llvm-project/clang/test/CodeGenCXX/
Ddllexport.cpp187 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable
198 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable
203 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable
/external/clang/test/SemaCXX/
Ddllexport.cpp130 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable
137 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable
140 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable
/external/llvm-project/clang/test/SemaCXX/
Ddllexport.cpp143 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable
150 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable
153 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable