Searched refs:ifcontext (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/scripts/qapi/ |
H A D | types.py | 22 ifcontext, 332 with ifcontext(ifcond, self._genh, self._genc): 341 with ifcontext(ifcond, self._genh, self._genc): 357 with ifcontext(ifcond, self._genh): 360 with ifcontext(ifcond, self._genh, self._genc): 375 with ifcontext(ifcond, self._genh): 379 with ifcontext(ifcond, self._genh, self._genc):
|
H A D | visit.py | 27 ifcontext, 379 with ifcontext(ifcond, self._genh, self._genc): 388 with ifcontext(ifcond, self._genh, self._genc): 403 with ifcontext(ifcond, self._genh, self._genc): 420 with ifcontext(ifcond, self._genh, self._genc):
|
H A D | commands.py | 29 ifcontext, 395 with ifcontext(ret_type.ifcond, 398 with ifcontext(ifcond, self._genh, self._genc): 407 with ifcontext(ifcond, self._genh, self._genc):
|
H A D | events.py | 18 from .gen import QAPISchemaModularCVisitor, build_params, ifcontext 236 with ifcontext(ifcond, self._genh, self._genc):
|
H A D | gen.py | 207 def ifcontext(ifcond: QAPISchemaIfCond, *args: QAPIGenCCode) -> Iterator[None]: function
|