Home
last modified time | relevance | path

Searched defs:const_ptr (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/rust/library/portable-simd/crates/core_simd/tests/
Dpointers.rs67 mod const_ptr { module
/third_party/rust/rust/library/portable-simd/crates/core_simd/src/
Delements.rs1 mod const_ptr; module
/third_party/rust/rust/tests/ui/borrowck/
Dissue-20801.rs21 fn const_ptr() -> *const T { in const_ptr() function
/third_party/rust/rust/tests/ui/consts/
Dconst-address-of.rs12 const fn const_ptr() { in const_ptr() function
/third_party/rust/rust/library/core/tests/
Dlib.rs129 mod const_ptr; module
/third_party/rust/rust/tests/ui/lint/unused/
Dlint-unused-mut-variables.rs188 let const_ptr = &raw const raw_address_of_const; in main() localVariable
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_blend.c147 LLVMValueRef const_ptr; in add_blend_test() local
/third_party/rust/rust/library/core/src/ptr/
Dmod.rs409 mod const_ptr; module
/third_party/lwip/src/include/lwip/apps/
Dsnmp_core.h146 const void* const_ptr; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dimage_process.cc828 T *const_ptr = reinterpret_cast<T *>(row_buffer.data()); in PadWithConstant() local