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

/external/clang/test/CodeGenCXX/
H A Ddllexport.cpp157 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable
160 // MSC-DAG: @"\01??$ExportedVarTmpl@UImplicitInst_Exported@@@@3HA" = weak_odr dllexport global i32 1, align 4
162 USEVAR(ExportedVarTmpl<ImplicitInst_Exported>)
165 // MSC-DAG: @"\01??$ExportedVarTmpl@UImplicitInst_Exported@@@@3HA" = weak_odr dllexport global i32 1, align 4
167 extern template int ExportedVarTmpl<ExplicitDecl_Exported>;
168 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable
171 // MSC-DAG: @"\01??$ExportedVarTmpl@UImplicitInst_Exported@@@@3HA" = weak_odr dllexport global i32 1, align 4
173 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable
176 // MSC-DAG: @"\01??$ExportedVarTmpl@UExplicitSpec_Exported@@@@3HA" = dllexport global i32 0, align 4
178 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exporte variable
182 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1; variable
188 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>; variable
[all...]
/external/clang/test/SemaCXX/
H A Ddllexport.cpp118 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable
121 int useVarTmpl() { return ExportedVarTmpl<ImplicitInst_Exported>; }
124 extern template int ExportedVarTmpl<ExplicitDecl_Exported>;
125 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable
128 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable
131 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exported>; variable
132 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1; variable
136 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>; variable

Completed in 665 milliseconds