Home
last modified time | relevance | path

Searched refs:TOKdot (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c179 while (nextToken() == TOKdot) in parseModule()
348 case TOKdot: in parseDeclDefs()
362 if (peekNext() == TOKdot) in parseDeclDefs()
1362 if (token.value == TOKdot) in parseLinkage()
1447 } while (token.value == TOKdot); in parseQualifiedIdentifier()
2653 if (token.value == TOKdot) in parseMixin()
2662 check(TOKdot); in parseMixin()
2682 if (tiargs && token.value == TOKdot) in parseMixin()
2700 if (token.value != TOKdot) in parseMixin()
2931 while (token.value == TOKdot) in parseImport()
[all …]
H A Dtokens.h95 TOKdot, TOKarrow, TOKcomma, enumerator
H A Dtokens.c377 Token::tochars[TOKdot] = "."; in TokenInitializer()
H A Dlexer.c672 t->value = TOKdot; in scan()
H A Dexpression.c251 if (e1->op == TOKdot)
543 if (e1->op == TOKdot) in resolvePropertiesOnly()
5445 if (e->op == TOKdot) in findTempDecl()
6057 : BinExp(loc, TOKdot, sizeof(DotExp), e1, e2) in DotExp()
H A Dhdrgen.c676 t->value != TOKdot && t->next->value != TOKdot) in visit()
H A Dexpressionsem.c2951 else if (exp->e1->op == TOKdot) in visit()
8292 if (exp->e1->op == TOKdot) in semanticX()
8377 if (exp->e1->op == TOKdot) in semanticY()
8759 else if (e->op == TOKdot) in semanticY()
H A Dmtype.c7893 assert(e->op != TOKdot); in dotExp()
8453 assert(e->op != TOKdot); in dotExp()
H A Ddinterpret.c657 case TOKdot: // ditto in ctfeInterpret()