Home
last modified time | relevance | path

Searched defs:get_expr (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Dparser.py401 def get_expr(self) -> _ExprValue: member in QAPISchemaParser
/openbmc/qemu/monitor/
H A Dhmp.c510 static int get_expr(Monitor *mon, int64_t *pval, const char **pp) in get_expr() function