Searched refs:gen_ifcond (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/scripts/qapi/ |
H A D | common.py | 202 def gen_ifcond(ifcond: Optional[Union[str, Dict[str, Any]]], function 230 return gen_ifcond(ifcond, 'defined(%s)', '!%s', ' && ', ' || ') 235 return gen_ifcond(ifcond, '%s', 'not %s', ' and ', ' or ')
|