Lines Matching refs:structs
199 self.structs = {}
252 self.structs[name] = d
294 for id in list(idx.structs.keys()):
295 if id in self.structs:
297 id, self.structs[id].header, idx.structs[id].header))
299 self.structs[id] = idx.structs[id]
300 self.identifiers[id] = idx.structs[id]
367 self.analyze_dict("structs", self.structs)
1758 if name in self.idx.structs and ( \
1759 type(self.idx.structs[name].info) == type(()) or
1760 type(self.idx.structs[name].info) == type([])):
1763 for field in self.idx.structs[name].info:
1872 if id in dict.structs:
1885 ids = list(dict.structs.keys())
1908 list(dict.structs.keys()) + list(dict.enums.keys()))