Home
last modified time | relevance | path

Searched refs:TOKdotdotdot (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h43 TOKsemicolon, TOKdotdotdot, enumerator
H A Dtokens.c410 Token::tochars[TOKdotdotdot] = "..."; in TokenInitializer()
H A Dparse.c1991 case TOKdotdotdot: in parseParameters()
2046 t->value == TOKdotdotdot))) in parseParameters()
2072 if (token.value == TOKdotdotdot) in parseParameters()
2563 else if (token.value == TOKidentifier && t->value == TOKdotdotdot) in parseTemplateParameterList()
6331 case TOKdotdotdot: in isDeclarator()
6373 case TOKdotdotdot: in isParameters()
6407 if (t->value != TOKdotdotdot && in isParameters()
6415 if (t->value == TOKdotdotdot) in isParameters()
H A Dlexer.c664 t->value = TOKdotdotdot; in scan()