Searched refs:expr_error (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/monitor/ |
H A D | hmp.c | 315 void expr_error(Monitor *mon, const char *fmt, ...) in expr_error() function 360 expr_error(mon, "')' expected"); in expr_unary() 367 expr_error(mon, "character constant expected"); in expr_unary() 372 expr_error(mon, "missing terminating \' character"); in expr_unary() 398 expr_error(mon, "unknown register"); in expr_unary() 404 expr_error(mon, "unexpected end of expression"); in expr_unary() 411 expr_error(mon, "number too large"); in expr_unary() 414 expr_error(mon, "invalid char '%c' in expression", *p); in expr_unary() 446 expr_error(mon, "division by zero"); in expr_prod()
|
/openbmc/linux/tools/perf/util/ |
H A D | expr.y | 58 static void expr_error(double *final_val __maybe_unused,
|