Home
last modified time | relevance | path

Searched refs:isDotVarExp (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Doptimize.d465 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()
H A Descape.d476 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()
H A Dctfeexpr.d401 else if (auto dve = e.isDotVarExp()) in copyLiteral()
721 if (auto dve = e.isDotVarExp()) in getAggregateFromPointer()
1949 Expression eagg = newval.isDotVarExp().e1; in isCtfeReferenceValid()
H A Dtraits.d83 if (auto dve = e.isDotVarExp()) in getDsymbolWithoutExpCtx()
1082 else if (auto dve = ex.isDotVarExp) in semanticTraits()
H A Dexpression.d420 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() function
5105 if (auto dve = e1.isDotVarExp()) in isLvalue()
5169 if (auto dve = ae1.isDotVarExp())
7076 if (auto dve = dotVarExp.e1.isDotVarExp())
H A Dexpressionsem.d791 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 …]
H A Dexpression.h167 DotVarExp* isDotVarExp();
H A Ddinterpret.d3282 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()
H A Dopover.d862 auto dve = ae.e1.isDotVarExp(); in visitBin()
H A Dtypesem.d1824 mtype.sym = e.isDotVarExp().var; in typeSemantic()
3146 … : mt.exp.op == EXP.dotVariable ? mt.exp.isDotVarExp().var.isFuncDeclaration() : null) in visitTypeof()
H A Ddtoh.d2354 if (auto dve = exp.isDotVarExp())
H A Ddcast.d901 if (auto dve = e.e1.isDotVarExp()) in implicitConvTo()
H A Dhdrgen.d2591 case EXP.dotVariable: return visitDotVar(e.isDotVarExp()); in expressionPrettyPrint()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc995 ? s->exp->isCallExp ()->e1->isDotVarExp () in visit()
H A Dexpr.cc1657 DotVarExp *dve = e1b->isDotVarExp (); in visit()
1737 tf = get_function_type (e1b->isDotVarExp ()->var->type); in visit()