Home
last modified time | relevance | path

Searched defs:U3 (Results 1 – 23 of 23) sorted by relevance

/llvm-project/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp33 union U3 { union
35 U3() : k(0) {} // expected-error {{does not name a non-static data member}} in U3() function
H A Dp1.cpp77 union U3 { union
/llvm-project/clang/test/Sema/
H A Dstatic-assert.c57 typedef UNION(char, short) U3; // expected-error {{static assertion failed due to requirement 'sizeof(char) == sizeof(short)': type size mismatch}} \ global() typedef
H A Dtest-wunaligned-access.cpp34 struct __attribute__((packed)) U3 { struct
35 char a;
36 char b;
37 short c;
38 T1 d;
H A Dtest-wunaligned-access.c33 struct __attribute__((packed)) U3 { struct
34 char a;
35 struct T1 b __attribute__((aligned(4)));
36 int c;
H A Dconstexpr.c109 union U3 { union
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dnullptr.pass.cpp70 using U3 = std::unique_ptr<VT, Del const&>; in test_sfinae() typedef
H A Ddefault.pass.cpp56 using U3 = std::unique_ptr<ElemType, Del const&>; in test_sfinae() typedef
H A Dmove_convert.pass.cpp116 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 Dpointer.pass.cpp145 using U3 = std::unique_ptr<T, Del const&>; in test_sfinae() typedef
/llvm-project/clang/test/AST/
H A Dast-dump-APValue-union.cpp32 union U3 { union
/llvm-project/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp57 struct U3 { struct
62 U3 u3; argument
H A Dcxx0x-nontrivial-union.cpp166 union U3 { union
/llvm-project/clang/test/CodeGen/
H A Dmcu-struct-return.c18 union U3 { union
H A Dxcore-stringtype.c157 union U3{union U1 u1;}; union
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp214 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 Dc2x-attributes.c57 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 Dp1.cpp60 constexpr union U3 {} u3 = {}; union
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dzos-alignment.c202 } U3; variable
/llvm-project/clang/unittests/Format/
H A DMacroCallReconstructorTest.cpp288 Matcher U3(Call3, Lex); TEST_F() local
401 Matcher U3(Call3, Lex); TEST_F() local
/llvm-project/clang/test/CodeGenCXX/
H A Dstrict-vtable-pointers.cpp256 union U3 { union
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp693 auto U3 = &testing::UnitTest::failed_test_case_count; in unitTestCallAndReference() local
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp1781 template <int> struct U3{}; struct
1786 template <int> struct U3{}; struct