Searched refs:show_token (Results 1 – 8 of 8) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | expression.c | 336 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()
|
D | pre-process.c | 374 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()
|
D | token.h | 227 extern const char *show_token(const struct token *);
|
D | lib.c | 324 printf("%s%.*s", show_token(token), prec, separator); in sparse_tokenstream()
|
D | gdbhelpers | 243 printf "%p: '%s', type = ", $arg0, show_token($arg0)
|
D | tokenize.c | 190 const char *show_token(const struct token *token) in show_token() function
|
D | parse.c | 631 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/ |
D | v0.4.2.rst | 161 * show_token: handle TOKEN_UNTAINT and TOKEN_ARG_COUNT types
|