Searched defs:const_ptrcast (Results 1 – 3 of 3) sorted by relevance
33 fn const_ptrcast(&self, val: Self::Value, ty: Self::Type) -> Self::Value; in const_ptrcast() method
313 fn const_ptrcast(&self, val: &'ll Value, ty: &'ll Type) -> &'ll Value { in const_ptrcast() method
245 fn const_ptrcast(&self, val: RValue<'gcc>, ty: Type<'gcc>) -> RValue<'gcc> { in const_ptrcast() method