Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dtoken.h224 extern const char *show_special(int);
Dtokenize.c88 const char *show_special(int val) in show_special() function
210 return show_special(token->special); in show_token()
268 return show_special(token->special); in quote_token()
Dgdbhelpers266 printf "special = \"%s\"\n", show_special($token.special)
Dshow-parse.c809 opname = show_special(op); in show_binop()
837 opname = show_special(op); in show_regular_preop()
Devaluate.c397 sparse_error(expr->pos, "incompatible types for operation (%s):", show_special(expr->op)); in bad_expr_type()
405 sparse_error(expr->pos, "incompatible type for operation (%s):", show_special(expr->op)); in bad_expr_type()
1313 show_special(op), show_typename(t)); in evaluate_assign_op()
1341 warning(expr->pos, "invalid assignment: %s", show_special(op)); in evaluate_assign_op()
Dexpression.c819 sparse_error(next->pos, "No right hand side of '%s'-expression", show_special(op)); \
Dcompile-i386.c1398 error_die(expr->pos, "unhandled binop '%s'\n", show_special(expr->op)); in emit_binop()
Dparse.c630 sparse_error(token->pos, "Expected %s %s", show_special(op), where); in expect()