| /external/llvm-project/clang/test/CXX/class/class.union/ |
| 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
|
| /external/clang/test/CXX/class/class.union/ |
| 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
|
| /external/llvm-project/clang/test/Sema/ |
| D | static-assert.c | 46 typedef UNION(char, short) U3; // expected-error {{static_assert failed due to requirement 'sizeof(… typedef
|
| /external/clang/test/Sema/ |
| D | static-assert.c | 41 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/ |
| D | nullptr.pass.cpp | 72 using U3 = std::unique_ptr<VT, Del const&>; in test_sfinae() typedef
|
| D | default.pass.cpp | 59 using U3 = std::unique_ptr<ElemType, Del const&>; in test_sfinae() typedef
|
| D | move_convert.pass.cpp | 120 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
|
| D | pointer.pass.cpp | 121 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/ |
| D | nullptr.pass.cpp | 71 using U3 = std::unique_ptr<VT, Del const&>; in test_sfinae() typedef
|
| D | default.pass.cpp | 58 using U3 = std::unique_ptr<ElemType, Del const&>; in test_sfinae() typedef
|
| D | move_convert.pass.cpp | 119 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
|
| D | pointer.pass.cpp | 120 using U3 = std::unique_ptr<T, Del const&>; in test_sfinae() typedef
|
| /external/clang/test/SemaCXX/ |
| D | err_typecheck_assign_const.cpp | 57 struct U3 { struct 62 U3 u3; argument
|
| /external/llvm-project/clang/test/AST/ |
| D | ast-dump-APValue-union.cpp | 32 union U3 { union
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | err_typecheck_assign_const.cpp | 57 struct U3 { struct 62 U3 u3; argument
|
| /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
| D | move_convert.pass.cpp | 216 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/ |
| D | mcu-struct-return.c | 18 union U3 { union
|
| /external/llvm-project/clang/test/CodeGen/ |
| D | mcu-struct-return.c | 18 union U3 { union
|
| /external/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
| D | move_convert.pass.cpp | 215 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/ |
| D | aes.c | 550 static const uint32_t U3[256] = { variable 1103 static const uint32_t U3[256] = { variable
|
| /external/rust/crates/libm/src/math/ |
| D | lgammaf_r.rs | 53 const U3: f32 = 9.7771751881e-01; /* 0x3f7a4bb2 */ constant
|
| D | lgamma_r.rs | 118 const U3: f64 = 9.77717527963372745603e-01; /* 0x3FEF4976, 0x44EA8450 */ constant
|
| /external/llvm-project/clang/test/Parser/ |
| D | c2x-attributes.c | 40 union U3 [[]] { double d; }; // expected-error {{an attribute list cannot appear here}} union
|
| /external/llvm-project/clang/test/CodeGen/SystemZ/ |
| D | zos-alignment.c | 136 } U3; variable
|
| /external/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
| D | p1.cpp | 60 constexpr union U3 {} u3 = {}; union
|