Home
last modified time | relevance | path

Searched refs:ifcontext (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Dtypes.py22 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 Dvisit.py27 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 Dcommands.py29 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 Devents.py18 from .gen import QAPISchemaModularCVisitor, build_params, ifcontext
236 with ifcontext(ifcond, self._genh, self._genc):
H A Dgen.py207 def ifcontext(ifcond: QAPISchemaIfCond, *args: QAPIGenCCode) -> Iterator[None]: function