Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c116 token_type(token) = TOKEN_STRING; in replace_with_string()
289 case TOKEN_STRING: in collect_arg()
457 token_type(token) = TOKEN_STRING; in stringify()
510 if (t2 == TOKEN_STRING) in combine()
802 if (token_type(token) != TOKEN_STRING) in token_name_sequence()
1181 case TOKEN_STRING: in token_different()
1459 case TOKEN_STRING: in parse_expansion()
1999 if (token_type(token) != TOKEN_STRING) { in handle_add_include()
2013 if (token_type(token) != TOKEN_STRING) { in handle_add_isystem()
2027 if (token_type(token) != TOKEN_STRING) { in handle_add_system()
[all …]
H A Dtokenize.c219 case TOKEN_STRING: in show_token()
277 case TOKEN_STRING: in quote_token()
584 char delim = type < TOKEN_STRING ? '\'' : '"'; in eat_string()
756 return eat_string(next, stream, TOKEN_STRING); in get_one_special()
H A Dtoken.h98 TOKEN_STRING, enumerator
H A Dchar.c109 case TOKEN_STRING: in get_string_constant()
H A Dexpression.c452 case TOKEN_STRING: in primary_expression()
H A Dparse.c2062 if (next->pos.type != TOKEN_STRING) in parse_underscore_Pragma()