Lines Matching defs:Patch
22 struct Patch { struct
23 hole: Hole,
24 entry: InstPtr,
188 let Patch { hole, entry } = in compile_many() localVariable
196 let Patch { hole, entry } = in compile_many() localVariable
521 let Patch { mut hole, entry } = loop { in c_concat() localVariable
614 let Patch { hole: hole_rep, entry: entry_rep } = match self.c(expr)? { in c_repeat_zero_or_one() localVariable
634 let Patch { hole: hole_rep, entry: entry_rep } = match self.c(expr)? { in c_repeat_zero_or_more() localVariable
653 let Patch { hole: hole_rep, entry: entry_rep } = match self.c(expr)? { in c_repeat_one_or_more() localVariable
730 let Patch { hole, entry } = match self.c(expr)? { in c_repeat_range() localVariable
748 fn next_inst(&self) -> Patch { in next_inst()
1001 let Patch { hole, entry } = self.c_utf8_seq(&utf8_seq)?; in compile() localVariable
1014 let Patch { hole, entry } = self.c_utf8_seq(&utf8_seq)?; in compile() localVariable