Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/qapi/
H A Dcommon.py214 gen = gen_infix(all_operator, ifcond['all'])
216 gen = gen_infix(any_operator, ifcond['any'])
221 def gen_infix(operator: str, operands: Sequence[Any]) -> str: function