Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c419 static const char *show_token_sequence(struct token *token, int quote) in show_token_sequence() function
449 const char *s = show_token_sequence(arg, 1); in stringify()
1716 static const char *show_token_sequence(struct token *token, int quote);
1815 sparse_error(p->pos, "garbage at end: %s", show_token_sequence(p, 0)); in expression_value()
1906 warning(token->pos, "%s", show_token_sequence(token->next, 0)); in handle_warning()
1912 sparse_error(token->pos, "%s", show_token_sequence(token->next, 0)); in handle_error()
2129 sparse_error(token->pos, "unrecognized preprocessor line '%s'", show_token_sequence(token, 0)); in handle_nondirective()