Searched refs:SimpleTypedefMatch (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_macros.py | 101 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 D | qom_type_info.py | 534 typedefs = [(t,self.allfiles.find_matches(SimpleTypedefMatch, t)) 614 typedefs = [(t,self.allfiles.find_matches(SimpleTypedefMatch, t))
|