Home
last modified time | relevance | path

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

/external/qemu/
Dmonitor.c2091 static void expr_error(Monitor *mon, const char *msg) in expr_error() function
2164 expr_error(mon, "')' expected"); in expr_unary()
2171 expr_error(mon, "character constant expected"); in expr_unary()
2175 expr_error(mon, "missing terminating \' character"); in expr_unary()
2198 expr_error(mon, "unknown register"); in expr_unary()
2200 expr_error(mon, "no cpu defined"); in expr_unary()
2205 expr_error(mon, "unexpected end of expression"); in expr_unary()
2215 expr_error(mon, "invalid char in expression"); in expr_unary()
2246 expr_error(mon, "division by zero"); in expr_prod()