Home
last modified time | relevance | path

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

/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py251 decl = self.allfiles.find_match(OldStyleObjectDeclareSimpleType,
272 find_type_checkers(self.allfiles, 'xxxxxxxxxxxxxxxxx')
328 uppercase = find_typename_uppercase(self.allfiles, typename)
464 defs = list(find_type_definitions(self.allfiles, uppercase))
497 defs = list(find_type_definitions(self.allfiles, uppercase))
534 typedefs = [(t,self.allfiles.find_matches(SimpleTypedefMatch, t))
561 defs = list(find_type_definitions(self.allfiles, uppercase))
646 defs = list(find_type_definitions(self.allfiles, uppercase))
734 instance_decls = find_type_checkers(self.allfiles, typename)
739 parent = find_type_info(self.allfiles, parent_typename)
[all …]
H A Dpatching.py207 def allfiles(self) -> 'FileList': member in FileMatch
208 return self.file.allfiles
308 self.allfiles = files
347 self.allfiles.reset_index()
H A Dqom_macros.py416 f = self.allfiles.find_file('include/qemu/typedefs.h')
615 …conflicting.extend(o for o in chain(self.allfiles.find_matches(DeclareInstanceChecker, uppercase, …
616 … self.allfiles.find_matches(DeclareClassCheckers, uppercase, 'uppercase'),
617 … self.allfiles.find_matches(DeclareInterfaceChecker, uppercase, 'uppercase'),
618 self.allfiles.find_matches(DefineDirective, uppercase))