Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllexport.cpp602 __declspec(dllexport) constexpr static int ConstexprField = 1; member
638 __declspec(dllexport) constexpr static int ConstexprField = 1; member
653 __declspec(dllexport) constexpr int ExportMemberDefs::ConstexprField; member in ExportMemberDefs
749 …constexpr static int ConstexprField = 1; // expected-note-re{{previous {{(declaration|definition)}… member
769 __declspec(dllexport) constexpr int MemberRedecl::ConstexprField; member in MemberRedecl
827 template<typename T> __declspec(dllexport) constexpr static int ConstexprField = 1; member
878 template<typename T> __declspec(dllexport) constexpr int MemTmplRedecl::ConstexprField; member in MemTmplRedecl
1030 __declspec(dllexport) constexpr static int ConstexprField = 1; member
1088 template<typename T> __declspec(dllexport) constexpr int CTMR<T>::ConstexprField; member in CTMR<T>
1116 template<typename U> __declspec(dllexport) constexpr static int ConstexprField = 1; member
[all …]
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
980 template<typename T> __declspec(dllimport) constexpr int MemTmplRedecl::ConstexprField; member in MemTmplRedecl
1188 __declspec(dllimport) constexpr static int ConstexprField = 1; member
1300 template<typename T> __declspec(dllimport) constexpr int CTMR<T>::ConstexprField; member in CTMR<T>
1347 template<typename U> __declspec(dllimport) constexpr static int ConstexprField = 1; member
[all …]
/llvm-project-15.0.7/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
233 USEMV(ImportMembers, ConstexprField)
366 __declspec(dllimport) constexpr static int ConstexprField = 1; member
406 USEMV(ImportMembers::Nested, ConstexprField)