Home
last modified time | relevance | path

Searched refs:gen_if (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Dtypes.py56 ret += memb.ifcond.gen_if()
101 ret += memb.ifcond.gen_if()
146 ret += memb.ifcond.gen_if()
179 ret += ifcond.gen_if()
240 ret += var.ifcond.gen_if()
H A Dvisit.py78 ret += memb.ifcond.gen_if()
96 ret += memb.ifcond.gen_if()
147 ret += var.ifcond.gen_if()
250 ret += var.ifcond.gen_if()
H A Dcommon.py238 def gen_if(cond: str) -> str: function
H A Dgen.py105 out += ifcond.gen_if()
H A Dintrospect.py124 ret += obj.ifcond.gen_if()
H A Dschema.py41 gen_if,
59 def gen_if(self) -> str: member in QAPISchemaIfCond
60 return gen_if(self._cgen())