Searched defs:StackType (Results 1 – 2 of 2) sorted by relevance
489 pub enum StackType { enum496 impl StackType { implementation499 req: Option<StackType>, in fixup()500 stack: &mut Vec<StackType>, in fixup()
661 pub(crate) fn operand_types(&self, out: &mut Vec<Option<StackType>>) { in operand_types()690 pub(crate) fn result_types(&self, out: &mut Vec<StackType>) { in result_types()