Searched refs:dotIdentifier (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | tokens.h | 312 dotIdentifier, enumerator
|
H A D | importc.d | 221 case EXP.dotIdentifier: in castCallAmbiguity()
|
H A D | tokens.d | 302 dotIdentifier,
|
H A D | optimize.d | 1315 case EXP.dotIdentifier: in Expression_optimize()
|
H A D | statementsem.d | 555 if (ds.condition.op == EXP.dotIdentifier) in package() 628 if (fs.condition.op == EXP.dotIdentifier) in package() 1912 if (ifs.condition.op == EXP.dotIdentifier) in package()
|
H A D | hdrgen.d | 2589 case EXP.dotIdentifier: return visitDotId(e.isDotIdExp()); in expressionPrettyPrint() 4057 EXP.dotIdentifier : "dotid", in EXPtoString()
|
H A D | expression.d | 1661 …inout(DotIdExp) isDotIdExp() { return op == EXP.dotIdentifier ? cast(typeof(return))this : nul… in isDotIdExp() 4744 super(loc, EXP.dotIdentifier, __traits(classInstanceSize, DotIdExp), e); in this() 7211 EXP.import_, EXP.assert_, EXP.throw_, EXP.dotIdentifier, EXP.dotTemplateDeclaration,
|
H A D | parse.d | 9415 EXP.dotIdentifier : PREC.primary,
|