Searched defs:Hole (Results 1 – 1 of 1) sorted by relevance
728 fn fill(&mut self, hole: Hole, goto: InstPtr) { in fill()742 fn fill_to_next(&mut self, hole: Hole) { in fill_to_next()749 hole: Hole, in fill_split()752 ) -> Hole { in fill_split()793 fn push_hole(&mut self, inst: InstHole) -> Hole { in push_hole()799 fn push_split_hole(&mut self) -> Hole { in push_split_hole()824 enum Hole { enum830 impl Hole { impl