/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/testdata/ |
D | e.go | 105 type U4 struct { struct 106 *u5 110 func (*U4) M() {} 113 *U4 anonMember
|
D | b.go | 58 U1, U2, u3, U4, U5 notExported var
|
/aosp_15_r20/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
H A D | move_convert.pass.cpp | 217 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef 232 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef 249 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; 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 D | move_convert.pass.cpp | 215 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef 230 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef 247 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | err_typecheck_assign_const.cpp | 61 struct U4 { struct 66 U4 u4; in test6() argument
|
/aosp_15_r20/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
H A D | move_convert.pass.cpp | 121 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef 137 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; 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 D | move_convert.pass.cpp | 117 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef 133 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
|
/aosp_15_r20/external/ow2-asm/asm-test/src/resources/java/jdk5/ |
H A D | AllStructures.java | 124 List<U4> p4, in genericMethod() argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | lgamma_r.rs | 119 const U4: f64 = 2.28963728064692451092e-01; /* 0x3FCD4EAE, 0xF6010924 */ constant
|
H A D | lgammaf_r.rs | 54 const U4: f32 = 2.2896373272e-01; /* 0x3e6a7578 */ constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | lgamma_r.rs | 119 const U4: f64 = 2.28963728064692451092e-01; /* 0x3FCD4EAE, 0xF6010924 */ constant
|
H A D | lgammaf_r.rs | 54 const U4: f32 = 2.2896373272e-01; /* 0x3e6a7578 */ constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/ |
D | lgamma_r.rs | 119 const U4: f64 = 2.28963728064692451092e-01; /* 0x3FCD4EAE, 0xF6010924 */ constant
|
D | lgammaf_r.rs | 54 const U4: f32 = 2.2896373272e-01; /* 0x3e6a7578 */ constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | lgammaf_r.rs | 54 const U4: f32 = 2.2896373272e-01; /* 0x3e6a7578 */ constant
|
H A D | lgamma_r.rs | 119 const U4: f64 = 2.28963728064692451092e-01; /* 0x3FCD4EAE, 0xF6010924 */ constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | lgammaf_r.rs | 54 const U4: f32 = 2.2896373272e-01; /* 0x3e6a7578 */ constant
|
H A D | lgamma_r.rs | 119 const U4: f64 = 2.28963728064692451092e-01; /* 0x3FCD4EAE, 0xF6010924 */ constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | lgammaf_r.rs | 54 const U4: f32 = 2.2896373272e-01; /* 0x3e6a7578 */ constant
|
H A D | lgamma_r.rs | 119 const U4: f64 = 2.28963728064692451092e-01; /* 0x3FCD4EAE, 0xF6010924 */ constant
|
/aosp_15_r20/external/compiler-rt/lib/asan/tests/ |
H A D | asan_test_utils.h | 60 typedef uint32_t U4; typedef
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | static-assert.c | 42 typedef UNION(float, 0.5f) U4; // expected-error {{expected a type}} typedef
|
/aosp_15_r20/external/clang/test/CXX/special/class.inhctor/ |
H A D | p3.cpp | 63 template<typename T> struct U4 : T4<T> { struct
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue6977.go | 34 type U4 interface { M; M; M } interface
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/ |
D | issue6977.go | 32 type U4 interface { M; M; M } interface
|