Searched refs:show_token (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | expression.c | 324 show_token(token)); in get_number_value() 329 show_token(token), in get_number_value() 338 show_token(token)); in get_number_value() 346 show_token(token)); in get_number_value() 370 error_die(expr->pos, "constant %s is not a valid number", show_token(token)); in get_number_value()
|
H A D | pre-process.c | 384 show_token(what), wanted, count); in collect_arguments() 394 show_token(what), count, wanted); in collect_arguments() 398 show_token(what)); in collect_arguments() 428 const char *val = quote ? quote_token(token) : show_token(token); in show_token_sequence() 517 strcpy(p, show_token(left)); in combine() 518 strcat(p, show_token(right)); in combine() 803 val = show_token(token); in token_name_sequence() 1307 show_token(arg)); in parse_arguments() 2372 printf("%s%s", sep, show_token(token)); in dump_macro() 2396 printf("%s", show_token(token)); in dump_macro()
|
H A D | token.h | 228 extern const char *show_token(const struct token *);
|
H A D | lib.c | 89 sparse_error(token->pos, "got %s", show_token(token)); in expect() 110 sparse_error(token->pos, "got %s", show_token(token)); in unexpected() 1485 printf("%s%.*s", show_token(token), prec, separator); in sparse_tokenstream()
|
H A D | gdbhelpers | 261 printf "%p: '%s', type = ", $arg0, show_token($arg0)
|
H A D | tokenize.c | 185 const char *show_token(const struct token *token) in show_token() function
|