Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport.cpp189 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable
200 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable
205 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable
/llvm-project/clang/test/SemaCXX/
H A Ddllexport.cpp144 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable
151 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable
154 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable