Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c340 if (eof_token(next)) in collect_arguments()
350 if (eof_token(next)) in collect_arguments()
391 if (eof_token(next)) in collect_arguments()
707 if (eof_token(arg)) { in substitute()
1292 if (eof_token(arg)) { in parse_arguments()
1402 if (eof_token(t)) in handle_hashhash()
1814 if (!eof_token(p)) in expression_value()
1997 if (eof_token(token)) in handle_add_include()
2011 if (eof_token(token)) in handle_add_isystem()
2025 if (eof_token(token)) in handle_add_system()
[all …]
H A Dtoken.h217 #define eof_token(x) ((x) == &eof_token_entry) macro
H A Dc2xml.c228 !eof_token(token); in get_expansion_end()
H A Dlib.c77 while (!match_op(token, op) && !eof_token(token)) in skip_to()
1467 while (!eof_token(token)) { in sparse_tokenstream()
1488 while (!eof_token(token)) in sparse_tokenstream()
H A Dparse.c1323 if (eof_token(token)) in attribute_specifier()
1712 while (depth && !eof_token(token)) { in skip_attribute()
1739 if (eof_token(token)) in skip_attributes()
2580 if (eof_token(token)) in statement_list()