Searched refs:dotType (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | tokens.h | 314 dotType, enumerator
|
| H A D | tokens.d | 304 dotType,
|
| H A D | traits.d | 1086 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 D | optimize.d | 1319 case EXP.dotType: in Expression_optimize()
|
| H A D | typesem.d | 1856 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 D | hdrgen.d | 2594 case EXP.dotType: return visitDotType(e.isDotTypeExp()); in expressionPrettyPrint() 4060 EXP.dotType : "dottype", in EXPtoString()
|
| H A D | expression.d | 1666 … 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 D | dtemplate.d | 7579 e.op == EXP.type || e.op == EXP.dotType || in definitelyValueParameter() 7609 if (e.op == EXP.dotType) in definitelyValueParameter()
|
| H A D | parse.d | 9418 EXP.dotType : PREC.primary,
|
| H A D | expressionsem.d | 4745 if (ue.e1.op == EXP.dotType) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | expr.cc | 1865 && e->e1->op != EXP::super_ && e->e1->op != EXP::dotType) in visit()
|