HomeSort by: relevance | last modified time | path
    Searched refs:dotTemplateDeclaration (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 320 dotTemplateDeclaration,
tokens.d 310 dotTemplateDeclaration,
expression.d 1662 inout(DotTemplateExp) isDotTemplateExp() { return op == EXP.dotTemplateDeclaration ? cast(typeof(return))this : null; }
4768 super(loc, EXP.dotTemplateDeclaration, __traits(classInstanceSize, DotTemplateExp), e);
4920 case EXP.dotTemplateDeclaration:
7211 EXP.import_, EXP.assert_, EXP.throw_, EXP.dotIdentifier, EXP.dotTemplateDeclaration,
optimize.d 1316 case EXP.dotTemplateDeclaration:
hdrgen.d 2590 case EXP.dotTemplateDeclaration: return visitDotTemplate(e.isDotTemplateExp());
4058 EXP.dotTemplateDeclaration : "dottd",
dtemplate.d 6742 if (ea.op == EXP.dotTemplateDeclaration && !(flags & 1))
7580 e.op == EXP.template_ || e.op == EXP.dotTemplateDeclaration ||
typesem.d 1833 case EXP.dotTemplateDeclaration:
dinterpret.d 79 case EXP.dotTemplateDeclaration: // ditto, e.e1 doesn't matter here
parse.d 9416 EXP.dotTemplateDeclaration : PREC.primary,
expressionsem.d 4640 if (exp.e1.op == EXP.dotVariable && t1.ty == Tfunction || exp.e1.op == EXP.dotTemplateDeclaration)

Completed in 41 milliseconds