Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A 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>;
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllexport.cpp144 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable
147 int useVarTmpl() { return ExportedVarTmpl<ImplicitInst_Exported>; } in useVarTmpl()
150 extern template int ExportedVarTmpl<ExplicitDecl_Exported>;
151 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable
154 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable
157 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exported>;
158 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1;
162 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>;