Home
last modified time | relevance | path

Searched defs:ConstPtr (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/test/
Descape_indir.go13 type ConstPtr struct { struct
14 p *int
15 c ConstPtr2
16 x **ConstPtr
81 func constptr6(p *ConstPtr) { // ERROR "leaking param content: p"
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/ptr/
H A Dmut_ptr.rs16 type ConstPtr; typedef
32 fn cast_const(self) -> Self::ConstPtr; in cast_const()
84 type ConstPtr = Simd<*const T, N>; typedef
105 fn cast_const(self) -> Self::ConstPtr { in cast_const()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/ptr/
H A Dmut_ptr.rs16 type ConstPtr; typedef
32 fn cast_const(self) -> Self::ConstPtr; in cast_const()
84 type ConstPtr = Simd<*const T, N>; typedef
105 fn cast_const(self) -> Self::ConstPtr { in cast_const()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/ptr/
H A Dmut_ptr.rs16 type ConstPtr; typedef
32 fn cast_const(self) -> Self::ConstPtr; in cast_const()
84 type ConstPtr = Simd<*const T, N>; typedef
105 fn cast_const(self) -> Self::ConstPtr { in cast_const()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/ptr/
H A Dmut_ptr.rs16 type ConstPtr; typedef
32 fn cast_const(self) -> Self::ConstPtr; in cast_const()
84 type ConstPtr = Simd<*const T, N>; typedef
105 fn cast_const(self) -> Self::ConstPtr { in cast_const()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/ptr/
H A Dmut_ptr.rs16 type ConstPtr; typedef
32 fn cast_const(self) -> Self::ConstPtr; in cast_const()
84 type ConstPtr = Simd<*const T, N>; typedef
105 fn cast_const(self) -> Self::ConstPtr { in cast_const()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/
H A Diterator_count_sentinel.pass.cpp133 using ConstPtr = const int*; in test() typedef
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/tests/
H A Dmips.rs53 ConstPtr(&'static Type), enumerator
H A Dx86-intel.rs78 ConstPtr(&'static Type), enumerator
H A Darm.rs158 ConstPtr(&'static Type), enumerator
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/tests/
H A Dmips.rs53 ConstPtr(&'static Type), enumerator
H A Dx86-intel.rs78 ConstPtr(&'static Type), enumerator
H A Darm.rs158 ConstPtr(&'static Type), enumerator
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/tests/
H A Dmips.rs53 ConstPtr(&'static Type), enumerator
H A Dx86-intel.rs78 ConstPtr(&'static Type), enumerator
H A Darm.rs158 ConstPtr(&'static Type), enumerator
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/tests/
H A Dmips.rs53 ConstPtr(&'static Type), enumerator
H A Dx86-intel.rs78 ConstPtr(&'static Type), enumerator
H A Darm.rs158 ConstPtr(&'static Type), enumerator
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/tests/
H A Dmips.rs53 ConstPtr(&'static Type), enumerator
H A Dx86-intel.rs78 ConstPtr(&'static Type), enumerator
H A Darm.rs158 ConstPtr(&'static Type), enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp1748 LLT ConstPtr = LLT::pointer(AMDGPUAS::CONSTANT_ADDRESS, 64); in legalizeLoad() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2609 LLT ConstPtr = LLT::pointer(AMDGPUAS::CONSTANT_ADDRESS, 64); in legalizeLoad() local