Searched defs:type_struct (Results 1 – 3 of 3) sorted by relevance
116 fn type_struct(&self, fields: &[Type<'gcc>], packed: bool) -> Type<'gcc> { in type_struct() method
27 fn type_struct(&self, els: &[Self::Type], packed: bool) -> Self::Type; in type_struct() method
177 fn type_struct(&self, els: &[&'ll Type], packed: bool) -> &'ll Type { in type_struct() method