Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/traits/
H A Dconsts.rs39 fn const_ptrcast(&self, val: Self::Value, ty: Self::Type) -> Self::Value; in const_ptrcast() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dcommon.rs320 fn const_ptrcast(&self, val: &'ll Value, ty: &'ll Type) -> &'ll Value { in const_ptrcast() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dcommon.rs296 fn const_ptrcast(&self, val: RValue<'gcc>, ty: Type<'gcc>) -> RValue<'gcc> { in const_ptrcast() method