Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport.cpp159 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable
164 USEVAR(ExportedVarTmpl<ImplicitInst_Exported>)
169 extern template int ExportedVarTmpl<ExplicitDecl_Exported>;
170 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable
175 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable
180 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exported>;
184 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1;
190 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>;
/external/llvm-project/clang/test/CodeGenCXX/
Ddllexport.cpp187 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable
192 USEVAR(ExportedVarTmpl<ImplicitInst_Exported>)
197 extern template int ExportedVarTmpl<ExplicitDecl_Exported>;
198 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable
203 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable
208 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exported>;
212 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1;
218 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>;
/external/clang/test/SemaCXX/
Ddllexport.cpp130 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable
133 int useVarTmpl() { return ExportedVarTmpl<ImplicitInst_Exported>; } in useVarTmpl()
136 extern template int ExportedVarTmpl<ExplicitDecl_Exported>;
137 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable
140 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable
143 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exported>;
144 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1;
148 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>;
/external/llvm-project/clang/test/SemaCXX/
Ddllexport.cpp143 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable
146 int useVarTmpl() { return ExportedVarTmpl<ImplicitInst_Exported>; } in useVarTmpl()
149 extern template int ExportedVarTmpl<ExplicitDecl_Exported>;
150 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable
153 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable
156 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exported>;
157 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1;
161 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>;