Home
last modified time | relevance | path

Searched refs:group_match (Results 1 – 2 of 2) sorted by relevance

/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py196 fm = self.group_match('fields')
224 vm = value.group_match('value')
414 begin = self.group_match('begin')
422 end = self.group_match('end')
912 yield self.group_match('func_name').make_patch('type_register_static')
922 yield self.group_match('func_name').make_patch('type_register')
H A Dpatching.py201 def group_match(self, group: Union[str, int]) -> 'FileMatch': member in FileMatch