Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dbuilder.rs204 fn pointercast(&mut self, val: Self::Value, dest_ty: Self::Type) -> Self::Value; in pointercast() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dbuilder.rs848 fn pointercast(&mut self, val: &'ll Value, dest_ty: &'ll Type) -> &'ll Value { in pointercast() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dbuilder.rs1036 fn pointercast(&mut self, value: RValue<'gcc>, dest_ty: Type<'gcc>) -> RValue<'gcc> { in pointercast() method