Home
last modified time | relevance | path

Searched refs:dotTemplateDeclaration (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.h320 dotTemplateDeclaration, enumerator
H A Dtokens.d310 dotTemplateDeclaration,
H A Doptimize.d1316 case EXP.dotTemplateDeclaration: in Expression_optimize()
H A Dexpression.d1662 …inout(DotTemplateExp) isDotTemplateExp() { return op == EXP.dotTemplateDeclaration ? cast(typeof(r… in isDotTemplateExp()
4768 super(loc, EXP.dotTemplateDeclaration, __traits(classInstanceSize, DotTemplateExp), e); in this()
4920 case EXP.dotTemplateDeclaration: in findTempDecl()
7211 EXP.import_, EXP.assert_, EXP.throw_, EXP.dotIdentifier, EXP.dotTemplateDeclaration,
H A Dhdrgen.d2590 case EXP.dotTemplateDeclaration: return visitDotTemplate(e.isDotTemplateExp()); in expressionPrettyPrint()
4058 EXP.dotTemplateDeclaration : "dottd", in EXPtoString()
H A Ddtemplate.d6742 if (ea.op == EXP.dotTemplateDeclaration && !(flags & 1)) in semanticTiargs()
7580 e.op == EXP.template_ || e.op == EXP.dotTemplateDeclaration || in definitelyValueParameter()
H A Dtypesem.d1833 case EXP.dotTemplateDeclaration: in typeSemantic()
H A Ddinterpret.d79 case EXP.dotTemplateDeclaration: // ditto, e.e1 doesn't matter here in ctfeInterpret()
H A Dparse.d9416 EXP.dotTemplateDeclaration : PREC.primary,
H A Dexpressionsem.d4640 … if (exp.e1.op == EXP.dotVariable && t1.ty == Tfunction || exp.e1.op == EXP.dotTemplateDeclaration) in visit()