Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py272 find_type_checkers(self.allfiles, 'xxxxxxxxxxxxxxxxx')
511 instance_checkers = [c for c in find_type_checkers(self.allfiles, uppercase)
548 …other_instance_checkers = [c for c in find_type_checkers(self.allfiles, instancetype, 'instancetyp…
628 …other_instance_checkers = [c for c in find_type_checkers(self.allfiles, instancetype, 'instancetyp…
734 instance_decls = find_type_checkers(self.allfiles, typename)
H A Dqom_macros.py754 def find_type_checkers(files:FileList, name:str, group:str='uppercase') -> Iterable[TypeCheckerDecl… function