Home
last modified time | relevance | path

Searched defs:const_ptr_byte_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dconsts.rs35 fn const_ptr_byte_offset(&self, val: Self::Value, offset: abi::Size) -> Self::Value; in const_ptr_byte_offset() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcommon.rs321 fn const_ptr_byte_offset(&self, base_addr: Self::Value, offset: abi::Size) -> Self::Value { in const_ptr_byte_offset() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcommon.rs262 fn const_ptr_byte_offset(&self, base_addr: Self::Value, offset: abi::Size) -> Self::Value { in const_ptr_byte_offset() method