Searched refs:dotTemplateDeclaration (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | tokens.h | 320 dotTemplateDeclaration, enumerator
|
| H A D | tokens.d | 310 dotTemplateDeclaration,
|
| H A D | optimize.d | 1316 case EXP.dotTemplateDeclaration: in Expression_optimize()
|
| H A D | expression.d | 1662 …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 D | hdrgen.d | 2590 case EXP.dotTemplateDeclaration: return visitDotTemplate(e.isDotTemplateExp()); in expressionPrettyPrint() 4058 EXP.dotTemplateDeclaration : "dottd", in EXPtoString()
|
| H A D | dtemplate.d | 6742 if (ea.op == EXP.dotTemplateDeclaration && !(flags & 1)) in semanticTiargs() 7580 e.op == EXP.template_ || e.op == EXP.dotTemplateDeclaration || in definitelyValueParameter()
|
| H A D | typesem.d | 1833 case EXP.dotTemplateDeclaration: in typeSemantic()
|
| H A D | dinterpret.d | 79 case EXP.dotTemplateDeclaration: // ditto, e.e1 doesn't matter here in ctfeInterpret()
|
| H A D | parse.d | 9416 EXP.dotTemplateDeclaration : PREC.primary,
|
| H A D | expressionsem.d | 4640 … if (exp.e1.op == EXP.dotVariable && t1.ty == Tfunction || exp.e1.op == EXP.dotTemplateDeclaration) in visit()
|