Searched refs:show_special (Results 1 – 8 of 8) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | token.h | 224 extern const char *show_special(int);
|
D | tokenize.c | 88 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()
|
D | gdbhelpers | 266 printf "special = \"%s\"\n", show_special($token.special)
|
D | show-parse.c | 809 opname = show_special(op); in show_binop() 837 opname = show_special(op); in show_regular_preop()
|
D | evaluate.c | 397 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()
|
D | expression.c | 819 sparse_error(next->pos, "No right hand side of '%s'-expression", show_special(op)); \
|
D | compile-i386.c | 1398 error_die(expr->pos, "unhandled binop '%s'\n", show_special(expr->op)); in emit_binop()
|
D | parse.c | 630 sparse_error(token->pos, "Expected %s %s", show_special(op), where); in expect()
|