Home
last modified time | relevance | path

Searched refs:TOKdottype (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h54 TOKdottype, TOKslice, enumerator
H A Dtokens.c461 Token::tochars[TOKdottype] = "dottype"; in TokenInitializer()
H A Dtraits.c828 if (dve->e1->op == TOKdottype || dve->e1->op == TOKthis) in semanticTraits()
H A Dmtype.c6649 case TOKdottype: in semantic()
6667 case TOKdottype: in semantic()
8537 if (e->op == TOKtype || e->op == TOKdottype) in dotExp()
H A Ddtemplate.c226 e->op == TOKtype || e->op == TOKdottype || in definitelyValueParameter()
255 if (e->op == TOKdottype) in definitelyValueParameter()
H A Dparse.c8056 precedence[TOKdottype] = PREC_primary; in PrecedenceInitializer()
H A Dexpression.c5473 : UnaExp(loc, TOKdottype, sizeof(DotTypeExp), e) in DotTypeExp()
H A Ddinterpret.c4635 if (pthis->op == TOKdottype) in visit()
H A Dexpressionsem.c3209 if (ue->e1->op == TOKdottype) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2013939 for TOKsuper / TOKdottype. Do not ignore CastExp.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc1935 && e->e1->op != TOKsuper && e->e1->op != TOKdottype) in visit()