Home
last modified time | relevance | path

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

/qemu/scripts/qapi/
H A Dtypes.py52 ret += memb.ifcond.gen_if()
97 ret += memb.ifcond.gen_if()
142 ret += memb.ifcond.gen_if()
175 ret += ifcond.gen_if()
236 ret += var.ifcond.gen_if()
H A Dvisit.py74 ret += memb.ifcond.gen_if()
92 ret += memb.ifcond.gen_if()
143 ret += var.ifcond.gen_if()
246 ret += var.ifcond.gen_if()
H A Dcommon.py238 def gen_if(cond: str) -> str: function
H A Dgen.py106 out += ifcond.gen_if()
H A Dintrospect.py122 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())