/llvm-project/clang/test/CXX/class/class.union/ |
H A D | p2-0x.cpp | 33 union U3 { union 35 U3() : k(0) {} // expected-error {{does not name a non-static data member}} in U3() function
|
H A D | p1.cpp | 77 union U3 { union
|
/llvm-project/clang/test/Sema/ |
H A D | static-assert.c | 57 typedef UNION(char, short) U3; // expected-error {{static assertion failed due to requirement 'sizeof(char) == sizeof(short)': type size mismatch}} \ global() typedef
|
H A D | test-wunaligned-access.cpp | 34 struct __attribute__((packed)) U3 { struct 35 char a; 36 char b; 37 short c; 38 T1 d;
|
H A D | test-wunaligned-access.c | 33 struct __attribute__((packed)) U3 { struct 34 char a; 35 struct T1 b __attribute__((aligned(4))); 36 int c;
|
H A D | constexpr.c | 109 union U3 { union
|
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
H A D | nullptr.pass.cpp | 70 using U3 = std::unique_ptr<VT, Del const&>; in test_sfinae() typedef
|
H A D | default.pass.cpp | 56 using U3 = std::unique_ptr<ElemType, Del const&>; in test_sfinae() typedef
|
H A D | move_convert.pass.cpp | 116 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> &>; in test_sfinae() typedef 132 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> const &>; in test_sfinae() typedef
|
H A D | pointer.pass.cpp | 145 using U3 = std::unique_ptr<T, Del const&>; in test_sfinae() typedef
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-APValue-union.cpp | 32 union U3 { union
|
/llvm-project/clang/test/SemaCXX/ |
H A D | err_typecheck_assign_const.cpp | 57 struct U3 { struct 62 U3 u3; argument
|
H A D | cxx0x-nontrivial-union.cpp | 166 union U3 { union
|
/llvm-project/clang/test/CodeGen/ |
H A D | mcu-struct-return.c | 18 union U3 { union
|
H A D | xcore-stringtype.c | 157 union U3{union U1 u1;}; union
|
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
H A D | move_convert.pass.cpp | 214 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> &>; in test_sfinae() typedef 229 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> &>; in test_sfinae() typedef 246 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> const &>; in test_sfinae() typedef
|
/llvm-project/clang/test/Parser/ |
H A D | c2x-attributes.c | 57 union U3 [[]] { double d; }; // expected-error {{an attribute list cannot appear here}} union
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p1.cpp | 60 constexpr union U3 {} u3 = {}; union
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | zos-alignment.c | 202 } U3; variable
|
/llvm-project/clang/unittests/Format/ |
H A D | MacroCallReconstructorTest.cpp | 288 Matcher U3(Call3, Lex); TEST_F() local 401 Matcher U3(Call3, Lex); TEST_F() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | strict-vtable-pointers.cpp | 256 union U3 { union
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/ |
H A D | upgrade-googletest-case.cpp | 693 auto U3 = &testing::UnitTest::failed_test_case_count; in unitTestCallAndReference() local
|
/llvm-project/clang/test/Modules/ |
H A D | odr_hash.cpp | 1781 template <int> struct U3{}; struct 1786 template <int> struct U3{}; struct
|