Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py69 def instancetype(self) -> Optional[str]: member in TypeDefinition
152 def instancetype(self) -> Optional[str]: member in TypeInfoVar
297 instancetype = None
331 if instancetype or classtype:
339 if instancetype or classtype:
355 if not instancetype:
356 instancetype = 'void'
507 instancetype = d.instancetype
508 if instancetype is not None and instancetype != 'void':
574 if d.instancetype != instancetype:
[all …]
H A Dqom_macros.py51 instancetype: Optional[str] = None variable in TypeIdentifiers
82 if (self.instancetype is not None
319 instancetype = None
330 instancetype = c_type
337 instancetype=instancetype, uppercase=uppercase)
388 assert ids.classtype or ids.instancetype
391 if ids.classtype and ids.instancetype:
397 elif ids.instancetype:
470 def instancetype(self) -> Optional[str]: member in TypeDeclaration
741 instancetype = self.instancetype
[all …]