Searched defs:type_vector (Results 1 – 2 of 2) sorted by relevance
63 pub fn type_vector(&self, ty: Type<'gcc>, len: u64) -> Type<'gcc> { in type_vector() method
68 pub(crate) fn type_vector(&self, ty: &'ll Type, len: u64) -> &'ll Type { in type_vector() method