Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_macros.py101 class SimpleTypedefMatch(TypedefMatch): class
174 class DuplicatedTypedefs(SimpleTypedefMatch):
177 other_td = [td for td in chain(self.file.matches_of_type(SimpleTypedefMatch),
185 if isinstance(td, SimpleTypedefMatch):
216 for m in chain(file.matches_of_type(SimpleTypedefMatch),
793 definition_classes = [SimpleTypedefMatch, FullStructTypedefMatch, ConstantDefine, Include]
842 if isinstance(definition, SimpleTypedefMatch) \
H A Dqom_type_info.py534 typedefs = [(t,self.allfiles.find_matches(SimpleTypedefMatch, t))
614 typedefs = [(t,self.allfiles.find_matches(SimpleTypedefMatch, t))