Searched defs:pointercast (Results 1 – 3 of 3) sorted by relevance
204 fn pointercast(&mut self, val: Self::Value, dest_ty: Self::Type) -> Self::Value; in pointercast() method
848 fn pointercast(&mut self, val: &'ll Value, dest_ty: &'ll Type) -> &'ll Value { in pointercast() method
1036 fn pointercast(&mut self, value: RValue<'gcc>, dest_ty: Type<'gcc>) -> RValue<'gcc> { in pointercast() method