Home
last modified time | relevance | path

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

12

/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/testdata/
De.go92 *U3 anonMember
98 type U3 struct { struct
99 *U2
103 func (*U3) N() {}
/aosp_15_r20/external/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
/aosp_15_r20/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/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
/aosp_15_r20/external/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp57 struct U3 { struct
62 U3 u3; argument
/aosp_15_r20/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A 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
H A Dnullptr.pass.cpp72 using U3 = std::unique_ptr<VT, Del const&>; in test_sfinae() typedef
H A Ddefault.pass.cpp59 using U3 = std::unique_ptr<ElemType, Del const&>; in test_sfinae() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
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 Dnullptr.pass.cpp70 using U3 = std::unique_ptr<VT, Del const&>; in test_sfinae() typedef
/aosp_15_r20/external/ow2-asm/asm-test/src/resources/java/jdk5/
H A DAllStructures.java123 List<U3> p3, in genericMethod() argument
/aosp_15_r20/external/libsrtp2/crypto/cipher/
H A Daes.c550 static const uint32_t U3[256] = { variable
1103 static const uint32_t U3[256] = { variable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dlgamma_r.rs118 const U3: f64 = 9.77717527963372745603e-01; /* 0x3FEF4976, 0x44EA8450 */ constant
H A Dlgammaf_r.rs53 const U3: f32 = 9.7771751881e-01; /* 0x3f7a4bb2 */ constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dlgamma_r.rs118 const U3: f64 = 9.77717527963372745603e-01; /* 0x3FEF4976, 0x44EA8450 */ constant
H A Dlgammaf_r.rs53 const U3: f32 = 9.7771751881e-01; /* 0x3f7a4bb2 */ constant
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/
Dlgamma_r.rs118 const U3: f64 = 9.77717527963372745603e-01; /* 0x3FEF4976, 0x44EA8450 */ constant
Dlgammaf_r.rs53 const U3: f32 = 9.7771751881e-01; /* 0x3f7a4bb2 */ constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dlgammaf_r.rs53 const U3: f32 = 9.7771751881e-01; /* 0x3f7a4bb2 */ constant
H A Dlgamma_r.rs118 const U3: f64 = 9.77717527963372745603e-01; /* 0x3FEF4976, 0x44EA8450 */ constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dlgammaf_r.rs53 const U3: f32 = 9.7771751881e-01; /* 0x3f7a4bb2 */ constant
H A Dlgamma_r.rs118 const U3: f64 = 9.77717527963372745603e-01; /* 0x3FEF4976, 0x44EA8450 */ constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dlgammaf_r.rs53 const U3: f32 = 9.7771751881e-01; /* 0x3f7a4bb2 */ constant
H A Dlgamma_r.rs118 const U3: f64 = 9.77717527963372745603e-01; /* 0x3FEF4976, 0x44EA8450 */ constant
/aosp_15_r20/external/clang/test/Sema/
H A Dstatic-assert.c41 typedef UNION(char, short) U3; // expected-error {{static_assert failed "type size mismatch"}} typedef

12