Home
last modified time | relevance | path

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

12

/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
Dp1.cpp77 union U3 { union
/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/cronet/tot/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dnullptr.pass.cpp70 using U3 = std::unique_ptr<VT, Del const&>; in test_sfinae() typedef
Ddefault.pass.cpp56 using U3 = std::unique_ptr<ElemType, Del const&>; in test_sfinae() typedef
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
Dpointer.pass.cpp145 using U3 = std::unique_ptr<T, Del const&>; in test_sfinae() typedef
/external/cronet/stable/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dnullptr.pass.cpp70 using U3 = std::unique_ptr<VT, Del const&>; in test_sfinae() typedef
Ddefault.pass.cpp56 using U3 = std::unique_ptr<ElemType, Del const&>; in test_sfinae() typedef
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
Dpointer.pass.cpp145 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/ow2-asm/asm-test/src/resources/java/jdk5/
DAllStructures.java123 List<U3> p3, in genericMethod() 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/cronet/stable/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
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
/external/cronet/tot/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
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
/external/libsrtp2/crypto/cipher/
Daes.c550 static const uint32_t U3[256] = { variable
1103 static const uint32_t U3[256] = { variable
/external/rust/android-crates-io/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/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp1.cpp55 constexpr union U3 {} u3 = {}; union

12