Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dexpression.c336 show_token(token)); in get_number_value()
341 show_token(token), in get_number_value()
350 show_token(token)); in get_number_value()
358 show_token(token)); in get_number_value()
382 sparse_error(expr->pos, "constant %s is not a valid number", show_token(token)); in get_number_value()
949 expression_error(expr, "expression expected before '%s'", show_token(token)); in assignment_expression()
Dpre-process.c374 show_token(what), wanted, count); in collect_arguments()
384 show_token(what), count, wanted); in collect_arguments()
388 show_token(what)); in collect_arguments()
418 const char *val = quote ? quote_token(token) : show_token(token); in show_token_sequence()
507 strcpy(p, show_token(left)); in combine()
508 strcat(p, show_token(right)); in combine()
797 val = show_token(token); in token_name_sequence()
1172 show_token(arg)); in parse_arguments()
2315 printf("%s%s", sep, show_token(token)); in dump_macro()
2339 printf("%s", show_token(token)); in dump_macro()
Dtoken.h227 extern const char *show_token(const struct token *);
Dlib.c324 printf("%s%.*s", show_token(token), prec, separator); in sparse_tokenstream()
Dgdbhelpers243 printf "%p: '%s', type = ", $arg0, show_token($arg0)
Dtokenize.c190 const char *show_token(const struct token *token) in show_token() function
Dparse.c631 sparse_error(token->pos, "got %s", show_token(token)); in expect()
652 sparse_error(token->pos, "got %s", show_token(token)); in unexpected()
2990 sparse_error(token->pos, "expression expected before '%s'", show_token(token)); in external_declaration()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.2.rst161 * show_token: handle TOKEN_UNTAINT and TOKEN_ARG_COUNT types