Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenCXX/
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
681 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1; member in MemVarTmpl
Ddllimport-members.cpp828 template<typename T> static const int StaticVar = 1; member
/external/clang/test/CodeGenCXX/
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
681 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1; member in MemVarTmpl
Ddllimport-members.cpp828 template<typename T> static const int StaticVar = 1; member
/external/llvm-project/clang/test/SemaCXX/
Ddllexport.cpp949 template<typename T> static const int StaticVar = 1; member
952 template<typename T> const int MemVarTmpl::StaticVar; member in MemVarTmpl
979 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>; member in MemVarTmpl
983 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>; member in MemVarTmpl
986 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Exported>; member in MemVarTmpl
987 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1; member in MemVarTmpl
Ddllimport.cpp1089 template<typename T> static const int StaticVar = 1; member
1124 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Imported>; member in MemVarTmpl
1125 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Imported> = 1; member in MemVarTmpl
/external/clang/test/SemaCXX/
Ddllexport.cpp880 template<typename T> static const int StaticVar = 1; member
883 template<typename T> const int MemVarTmpl::StaticVar; member in MemVarTmpl
910 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>; member in MemVarTmpl
914 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>; member in MemVarTmpl
917 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Exported>; member in MemVarTmpl
918 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1; member in MemVarTmpl
Ddllimport.cpp1027 template<typename T> static const int StaticVar = 1; member
1062 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Imported>; member in MemVarTmpl
1063 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Imported> = 1; member in MemVarTmpl
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-unnecessary-copy-initialization.cpp128 static const auto StaticVar = Obj.reference(); in NegativeStaticLocalVar() local