Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.h314 dotType, enumerator
H A Dtokens.d304 dotType,
H A Dtraits.d1086 if (dve.e1.op == EXP.dotType || dve.e1.op == EXP.this_) in semanticTraits()
1106 if (dte.e1.op != EXP.dotType && dte.e1.op != EXP.this_) in semanticTraits()
H A Doptimize.d1319 case EXP.dotType: in Expression_optimize()
H A Dtypesem.d1856 case EXP.dotType: in typeSemantic()
1872 case EXP.dotType: in typeSemantic()
4261 if (e.op == EXP.type || e.op == EXP.dotType) in dotExp()
H A Dhdrgen.d2594 case EXP.dotType: return visitDotType(e.isDotTypeExp()); in expressionPrettyPrint()
4060 EXP.dotType : "dottype", in EXPtoString()
H A Dexpression.d1666 … inout(DotTypeExp) isDotTypeExp() { return op == EXP.dotType ? cast(typeof(return))this : null; } in isDotTypeExp()
5003 super(loc, EXP.dotType, __traits(classInstanceSize, DotTypeExp), e); in this()
7212 EXP.dotVariable, EXP.dotTemplateInstance, EXP.delegate_, EXP.dotType, EXP.call,
H A Ddtemplate.d7579 e.op == EXP.type || e.op == EXP.dotType || in definitelyValueParameter()
7609 if (e.op == EXP.dotType) in definitelyValueParameter()
H A Dparse.d9418 EXP.dotType : PREC.primary,
H A Dexpressionsem.d4745 if (ue.e1.op == EXP.dotType) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc1865 && e->e1->op != EXP::super_ && e->e1->op != EXP::dotType) in visit()