Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp630 template<typename T> __declspec(dllexport) static const int ExportedStaticVar = 1; member
633 template<typename T> const int MemVarTmpl::ExportedStaticVar; member in MemVarTmpl
645 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>; member in MemVarTmpl
651 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>; member in MemVarTmpl
/llvm-project/clang/test/SemaCXX/
H A Ddllexport.cpp966 template<typename T> __declspec(dllexport) static const int ExportedStaticVar = 1; member
969 template<typename T> const int MemVarTmpl::ExportedStaticVar; member in MemVarTmpl
977 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>; member in MemVarTmpl
981 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>; member in MemVarTmpl