Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dconsts.rs33 fn const_ptrcast(&self, val: Self::Value, ty: Self::Type) -> Self::Value; in const_ptrcast() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcommon.rs313 fn const_ptrcast(&self, val: &'ll Value, ty: &'ll Type) -> &'ll Value { in const_ptrcast() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcommon.rs245 fn const_ptrcast(&self, val: RValue<'gcc>, ty: Type<'gcc>) -> RValue<'gcc> { in const_ptrcast() method