Home
last modified time | relevance | path

Searched refs:TOKdotid (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h53 TOKdotid, TOKdotti, enumerator
H A Dtokens.c457 Token::tochars[TOKdotid] = "dotid"; in TokenInitializer()
H A Dexpressionsem.c147 if (e->e1->op == TOKdotid) in setNoderefOperand()
158 if (e->e1->op == TOKdotid) in setNoderefOperands()
160 if (e->e2->op == TOKdotid) in setNoderefOperands()
2894 if (exp->e1->op == TOKdotid) in visit()
5352 else if (e1x->op == TOKdotid) in visit()
8001 if (exp->econd->op == TOKdotid) in visit()
H A Dstatementsem.c383 if (ds->condition->op == TOKdotid) in visit()
455 if (fs->condition->op == TOKdotid) in visit()
1978 if (ifs->condition->op == TOKdotid) in visit()
H A Dtraits.c792 if (ex->op == TOKdotid) in semanticTraits()
H A Dexpression.c778 if (ce->e1->op == TOKdotid) in resolveUFCS()
886 if (e1->op == TOKdotid)
5228 : UnaExp(loc, TOKdotid, sizeof(DotIdExp), e) in DotIdExp()
H A Dparse.c8053 precedence[TOKdotid] = PREC_primary; in PrecedenceInitializer()