Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/test/CXX/class/class.union/
Dp2-0x.cpp33 union U3 { union
35 U3() : k(0) {} // expected-error {{does not name a non-static data member}} in U3() function
/external/clang/test/CXX/class/class.union/
Dp2-0x.cpp33 union U3 { union
35 U3() : k(0) {} // expected-error {{does not name a non-static data member}} in U3() function
/external/llvm-project/clang/test/Sema/
Dstatic-assert.c46 typedef UNION(char, short) U3; // expected-error {{static_assert failed due to requirement 'sizeof(… typedef
/external/clang/test/Sema/
Dstatic-assert.c41 typedef UNION(char, short) U3; // expected-error {{static_assert failed "type size mismatch"}} typedef
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dnullptr.pass.cpp72 using U3 = std::unique_ptr<VT, Del const&>; in test_sfinae() typedef
Ddefault.pass.cpp59 using U3 = std::unique_ptr<ElemType, Del const&>; in test_sfinae() typedef
Dmove_convert.pass.cpp120 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> &>; in test_sfinae() typedef
136 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> const &>; in test_sfinae() typedef
Dpointer.pass.cpp121 using U3 = std::unique_ptr<T, Del const&>; in test_sfinae() typedef
/external/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dnullptr.pass.cpp71 using U3 = std::unique_ptr<VT, Del const&>; in test_sfinae() typedef
Ddefault.pass.cpp58 using U3 = std::unique_ptr<ElemType, Del const&>; in test_sfinae() typedef
Dmove_convert.pass.cpp119 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> &>; in test_sfinae() typedef
135 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> const &>; in test_sfinae() typedef
Dpointer.pass.cpp120 using U3 = std::unique_ptr<T, Del const&>; in test_sfinae() typedef
/external/clang/test/SemaCXX/
Derr_typecheck_assign_const.cpp57 struct U3 { struct
62 U3 u3; argument
/external/llvm-project/clang/test/AST/
Dast-dump-APValue-union.cpp32 union U3 { union
/external/llvm-project/clang/test/SemaCXX/
Derr_typecheck_assign_const.cpp57 struct U3 { struct
62 U3 u3; argument
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp216 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> &>; in test_sfinae() typedef
231 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> &>; in test_sfinae() typedef
248 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> const &>; in test_sfinae() typedef
/external/clang/test/CodeGen/
Dmcu-struct-return.c18 union U3 { union
/external/llvm-project/clang/test/CodeGen/
Dmcu-struct-return.c18 union U3 { union
/external/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp215 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> &>; in test_sfinae() typedef
230 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> &>; in test_sfinae() typedef
247 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> const &>; in test_sfinae() typedef
/external/libsrtp2/crypto/cipher/
Daes.c550 static const uint32_t U3[256] = { variable
1103 static const uint32_t U3[256] = { variable
/external/rust/crates/libm/src/math/
Dlgammaf_r.rs53 const U3: f32 = 9.7771751881e-01; /* 0x3f7a4bb2 */ constant
Dlgamma_r.rs118 const U3: f64 = 9.77717527963372745603e-01; /* 0x3FEF4976, 0x44EA8450 */ constant
/external/llvm-project/clang/test/Parser/
Dc2x-attributes.c40 union U3 [[]] { double d; }; // expected-error {{an attribute list cannot appear here}} union
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dzos-alignment.c136 } U3; variable
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp1.cpp60 constexpr union U3 {} u3 = {}; union

12