Searched refs:isDotVarExp (Results 1 – 15 of 15) sorted by relevance
465 if (e.e1.isDotVarExp()) in Expression_optimize()482 if (auto dve = e.isDotVarExp()) in Expression_optimize()597 else if (ae.e2.isIntegerExp() && ae.e1.isDotVarExp()) in Expression_optimize()600 DotVarExp ve = ae.e1.isDotVarExp(); in Expression_optimize()1336 case EXP.dotVariable: visitDotVar(ex.isDotVarExp()); break; in Expression_optimize()
476 DotVarExp dve = ce.e1.isDotVarExp(); in checkConstructorEscape()569 if (va && e1.isDotVarExp() && va.type.toBasetype().isTypeClass()) in checkAssignEscape()1736 DotVarExp dve = e.e1.isDotVarExp(); in visit()2029 DotVarExp dve = e.e1.isDotVarExp(); in visit()
401 else if (auto dve = e.isDotVarExp()) in copyLiteral()721 if (auto dve = e.isDotVarExp()) in getAggregateFromPointer()1949 Expression eagg = newval.isDotVarExp().e1; in isCtfeReferenceValid()
83 if (auto dve = e.isDotVarExp()) in getDsymbolWithoutExpCtx()1082 else if (auto dve = ex.isDotVarExp) in semanticTraits()
420 if (auto dve = ce.e1.isDotVarExp()) in valueNoDtor()1008 if (auto dve = this.isDotVarExp()) in modifiableLvalue()1663 …inout(DotVarExp) isDotVarExp() { return op == EXP.dotVariable ? cast(typeof(return))this : null… in isDotVarExp() function5105 if (auto dve = e1.isDotVarExp()) in isLvalue()5169 if (auto dve = ae1.isDotVarExp())7076 if (auto dve = dotVarExp.e1.isDotVarExp())
791 else if (e1.isDotVarExp() && e1.type.isTypeFunction()) in resolvePropertiesOnly()793 DotVarExp dve = e1.isDotVarExp(); in resolvePropertiesOnly()1240 …else if (e1.isDotVarExp() && e1.type && (e1.type.toBasetype().isTypeFunction() || e1.isDotVarExp()…1242 DotVarExp dve = e1.isDotVarExp();1344 else if (e1.isDotVarExp())6244 auto dv = callExp.e1.isDotVarExp(); in visit()6937 if (auto dve = exp.e1.isDotVarExp()) in visit()7870 if (DotVarExp dve = exp.e1.isDotVarExp()) in visit()12282 case EXP.dotVariable: return dotMangleof(exp.loc, sc, exp.e1.isDotVarExp().var); in semanticX()12731 if (DotVarExp dve = e.isDotVarExp()) in semanticY()[all …]
167 DotVarExp* isDotVarExp();
3282 else if (auto dve = e.isDotVarExp()) in findParentVar()3743 if (auto dve = e1x.isDotVarExp())3799 else if (auto dve = e1.isDotVarExp()) in assignToLvalue()3808 auto v = e1.isDotVarExp().var.isVarDeclaration(); in assignToLvalue()4743 if (auto dve = ecall.isDotVarExp()) in visit()
862 auto dve = ae.e1.isDotVarExp(); in visitBin()
1824 mtype.sym = e.isDotVarExp().var; in typeSemantic()3146 … : mt.exp.op == EXP.dotVariable ? mt.exp.isDotVarExp().var.isFuncDeclaration() : null) in visitTypeof()
2354 if (auto dve = exp.isDotVarExp())
901 if (auto dve = e.e1.isDotVarExp()) in implicitConvTo()
2591 case EXP.dotVariable: return visitDotVar(e.isDotVarExp()); in expressionPrettyPrint()
995 ? s->exp->isCallExp ()->e1->isDotVarExp () in visit()
1657 DotVarExp *dve = e1b->isDotVarExp (); in visit()1737 tf = get_function_type (e1b->isDotVarExp ()->var->type); in visit()