Searched defs:const_struct (Results 1 – 3 of 3) sorted by relevance
24 fn const_struct(&self, elts: &[Self::Value], packed: bool) -> Self::Value; in const_struct() method
221 fn const_struct(&self, elts: &[&'ll Value], packed: bool) -> &'ll Value { in const_struct() method
148 fn const_struct(&self, values: &[RValue<'gcc>], packed: bool) -> RValue<'gcc> { in const_struct() method