Home
last modified time | relevance | path

Searched defs:ConstexprField (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp594 __declspec(dllimport) constexpr static int ConstexprField = 1; member
665 __declspec(dllimport) constexpr static int ConstexprField = 1; member
686 __declspec(dllimport) constexpr int ImportMemberDefs::ConstexprField; member in ImportMemberDefs
819 …constexpr static int ConstexprField = 1; // expected-note-re{{previous {{(declaration|definition)}… member
858 __declspec(dllimport) constexpr int MemberRedecl::ConstexprField; member in MemberRedecl
899 template<typename T> __declspec(dllimport) constexpr static int ConstexprField = 1; member
949 …template<typename T> constexpr static int ConstexprField = 1; // expected-note{{previous definitio… member
980 template<typename T> __declspec(dllimport) constexpr int MemTmplRedecl::ConstexprField; member in MemTmplRedecl
1191 __declspec(dllimport) constexpr static int ConstexprField = 1; member
1266 …constexpr static int ConstexprField = 1; // expected-note-re{{previous {{(declaration|definition)}… member
[all …]
H A Ddllexport.cpp617 __declspec(dllexport) constexpr static int ConstexprField = 1; member
653 __declspec(dllexport) constexpr static int ConstexprField = 1; member
668 __declspec(dllexport) constexpr int ExportMemberDefs::ConstexprField; member in ExportMemberDefs
764 …constexpr static int ConstexprField = 1; // expected-note-re{{previous {{(declaration|definition)}… member
784 __declspec(dllexport) constexpr int MemberRedecl::ConstexprField; member in MemberRedecl
842 template<typename T> __declspec(dllexport) constexpr static int ConstexprField = 1; member
873 …template<typename T> constexpr static int ConstexprField = 1; // expected-note-re{{previous {{(dec… member
893 template<typename T> __declspec(dllexport) constexpr int MemTmplRedecl::ConstexprField; member in MemTmplRedecl
1045 __declspec(dllexport) constexpr static int ConstexprField = 1; member
1083 …constexpr static int ConstexprField = 1; // expected-note-re{{previous {{(definition|declaration)}… member
[all …]
/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp129 __declspec(dllexport) constexpr static int ConstexprField = 1; member
152 constexpr int ExportMembers::ConstexprField; member in ExportMembers
255 __declspec(dllexport) constexpr static int ConstexprField = 1; member
278 constexpr int ExportMembers::Nested::ConstexprField; member in ExportMembers::Nested
H A Ddllimport-members.cpp193 __declspec(dllimport) constexpr static int ConstexprField = 1; member
366 __declspec(dllimport) constexpr static int ConstexprField = 1; member