Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport-members.cpp602 template<typename T> __declspec(dllexport) static const int ExportedStaticVar = 1; member
605 template<typename T> const int MemVarTmpl::ExportedStaticVar; member in MemVarTmpl
617 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>; member in MemVarTmpl
623 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>; member in MemVarTmpl
628 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Def_Exported>… member in MemVarTmpl
634 template<> const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_NotExported> = 1; member in MemVarTmpl
/external/clang/test/SemaCXX/
Ddllexport.cpp876 template<typename T> __declspec(dllexport) static const int ExportedStaticVar = 1; member
879 template<typename T> const int MemVarTmpl::ExportedStaticVar; member in MemVarTmpl
887 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>; member in MemVarTmpl
891 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>; member in MemVarTmpl
894 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Exported>; member in MemVarTmpl
895 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Def_Exported>… member in MemVarTmpl
899 template<> const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_NotExported>; member in MemVarTmpl