Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport.cpp155 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable
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.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
143 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exported>; variable
144 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1; variable
148 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>; variable