Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dtoken.h108 TOKEN_UNTAINT, enumerator
H A Dpre-process.c246 if (token_type(token) != TOKEN_UNTAINT) in scan_next()
251 } while (token_type(token) == TOKEN_UNTAINT); in scan_next()
1159 case TOKEN_UNTAINT: in token_different()
1466 token_type(token) = TOKEN_UNTAINT; in parse_expansion()
2380 while (token_type(token) != TOKEN_UNTAINT) { in dump_macro()
H A Dtokenize.c234 case TOKEN_UNTAINT: in show_token()