Searched refs:Struct (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/scripts/gen_json/ |
D | pycparser_monkeypatch.py | 204 if isinstance(self.parent, (Struct, Union)): 231 if isinstance(self.type, (Struct, Union)): 648 (Struct, Union) 689 (Struct, Union) 1092 class Struct(c_ast.Struct): class 1248 elif isinstance(self.type, (Union, Struct)): 1297 isinstance(self.type.type, Struct) 1449 if isinstance(self.type.type, (Struct, Union)): 1707 Struct,
|