Home
last modified time | relevance | path

Searched refs:make_patch (Results 1 – 3 of 3) sorted by relevance

/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py206 return value.make_patch(replacement)
226 return vm.make_patch(replacement)
265 yield self.make_patch(c)
420 yield begin.make_patch(newbegin)
423 yield end.make_patch(')\n')
601 yield self.make_patch(c)
686 yield self.make_patch(c)
816 yield fn.make_patch('')
817 yield self.make_patch('')
895 yield self.make_patch('')
[all …]
H A Dpatching.py113 def make_patch(self, replacement: str) -> 'Patch': member in FileMatch
122 return self.make_patch('')
136 yield self.make_patch(replacement)
H A Dqom_macros.py151 return self.make_patch(f'struct {name} {body};\n')
433 yield m.make_patch('')
464 yield self.make_patch(c)
721 yield self.make_patch(c)