Home
last modified time | relevance | path

Searched defs:StaticVar (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp629 template<typename T> static const int StaticVar = 1; member
632 template<typename T> const int MemVarTmpl::StaticVar; member in MemVarTmpl
670 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>; member in MemVarTmpl
676 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>; member in MemVarTmpl
H A Ddllimport-members.cpp828 template<typename T> static const int StaticVar = 1; member
/llvm-project/clang/test/SemaCXX/
H A Ddllexport.cpp965 template<typename T> static const int StaticVar = 1; member
968 template<typename T> const int MemVarTmpl::StaticVar; member in MemVarTmpl
995 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>; member in MemVarTmpl
999 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>; member in MemVarTmpl
H A Ddllimport.cpp1090 template<typename T> static const int StaticVar = 1; member
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp313 static const auto StaticVar = Obj.reference(); NegativeStaticLocalVar() local