Searched defs:Hole (Results 1 – 2 of 2) sorted by relevance
752 fn fill(&mut self, hole: Hole, goto: InstPtr) { in fill()766 fn fill_to_next(&mut self, hole: Hole) { in fill_to_next()773 hole: Hole, in fill_split()776 ) -> Hole { in fill_split()817 fn push_hole(&mut self, inst: InstHole) -> Hole { in push_hole()823 fn push_split_hole(&mut self) -> Hole { in push_split_hole()848 enum Hole { enum854 impl Hole { impl
45391 impl<'a, T> Hole<'a, T> { impl