Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dtoken.h107 TOKEN_UNTAINT, enumerator
Dpre-process.c237 if (token_type(token) != TOKEN_UNTAINT) in scan_next()
242 } while (token_type(token) == TOKEN_UNTAINT); in scan_next()
1024 case TOKEN_UNTAINT: in token_different()
1331 token_type(token) = TOKEN_UNTAINT; in parse_expansion()
2323 while (token_type(token) != TOKEN_UNTAINT) { in dump_macro()
Dtokenize.c239 case TOKEN_UNTAINT: in show_token()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.2.rst161 * show_token: handle TOKEN_UNTAINT and TOKEN_ARG_COUNT types
Dv0.6.0.rst950 * dump-macro: break the loop at TOKEN_UNTAINT