Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport.cpp155 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable
160 USEVAR(ExportedVarTmpl<ImplicitInst_Exported>)
165 extern template int ExportedVarTmpl<ExplicitDecl_Exported>;
166 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable
171 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable
176 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exported>; variable
180 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1; variable
186 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>; variable
/external/clang/test/SemaCXX/
Ddllexport.cpp126 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable
129 int useVarTmpl() { return ExportedVarTmpl<ImplicitInst_Exported>; } in useVarTmpl()
132 extern template int ExportedVarTmpl<ExplicitDecl_Exported>;
133 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable
136 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable
139 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exported>; variable
140 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1; variable
144 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>; variable