Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dtoken.h160 SPECIAL_ELLIPSIS, enumerator
H A Dparse.c1793 if (match_op(next, ')') || match_op(next, SPECIAL_ELLIPSIS)) in is_nested()
1833 if (next->special == SPECIAL_ELLIPSIS) { in which_func()
2438 if (match_op(token, SPECIAL_ELLIPSIS)) in parse_case_statement()
2630 if (match_op(token, SPECIAL_ELLIPSIS)) { in parameter_type_list()
2715 if (match_op(token, SPECIAL_ELLIPSIS)) in single_initializer()
H A Dpre-process.c1256 if (match_op(next, SPECIAL_ELLIPSIS)) { in parse_arguments()
1277 if (match_op(arg, SPECIAL_ELLIPSIS)) { in parse_arguments()