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.c259 while (!eof_token(next = scan_next(list))) { in expand_list()
274 while (!eof_token(next = scan_next(p))) { in collect_arg()
340 if (eof_token(next)) in collect_arguments()
342 if (!eof_token(start->next) || !match_op(next, ')')) { in collect_arguments()
350 if (eof_token(next)) in collect_arguments()
352 if (p->vararg && wanted == 1 && eof_token(start->next)) in collect_arguments()
391 if (eof_token(next)) in collect_arguments()
409 while (!eof_token(list)) { in dup_list()
427 while (!eof_token(token)) { in show_token_sequence()
476 } else if (eof_token(arg)) { in expand_arguments()
[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()
1473 while (!eof_token(token)) { in sparse_tokenstream()
1494 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()