Home
last modified time | relevance | path

Searched defs:dve (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dsafe.c38 DotVarExp *dve = (DotVarExp *)e; in checkUnsafeAccess() local
H A Descape.c972 DotVarExp *dve = (DotVarExp *)e->e1; in escapeByValue() local
1179 DotVarExp *dve = (DotVarExp *)e->e1; in escapeByRef() local
H A Dexpressionsem.c3112 DotVarExp *dve; in visit() local
3376 DotVarExp *dve = (DotVarExp *)exp->e1; in visit() local
3696 DotVarExp *dve = (DotVarExp *)exp->e1; in visit() local
4494 DotVarExp *dve = (DotVarExp *)exp->e1; in visit() local
5571 DotVarExp *dve = (ce && ce->e1->op == TOKdotvar) in visit() local
8670 DotVarExp *dve = (DotVarExp *)e; in semanticY() local
H A Dtraits.c826 DotVarExp *dve = (DotVarExp *)ex; in semanticTraits() local
H A Dexpression.c371 DotVarExp *dve = (DotVarExp *)e1; variable
618 DotVarExp *dve = (DotVarExp *)e1; in resolvePropertiesOnly() local
1253 DotVarExp *dve = (DotVarExp *)ce->e1; in valueNoDtor() local
5614 DotVarExp *dve = (DotVarExp *)ae1; variable
H A Ddcast.c847 DotVarExp *dve = (DotVarExp *)e->e1; in implicitConvTo() local
H A Ddinterpret.c3602 DotVarExp *dve = (DotVarExp*)e1x; variable
4628 DotVarExp *dve = (DotVarExp *)ecall; in visit() local
H A Dmtype.c8610 DotVarExp *dve = new DotVarExp(e->loc, e, sym->vthis); in dotExp() local
8642 DotVarExp *dve = new DotVarExp(e->loc, e, sym->vthis); in dotExp() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsafe.d51 DotVarExp dve = cast(DotVarExp)e; in checkUnsafeAccess() local
H A Descape.d476 DotVarExp dve = ce.e1.isDotVarExp(); in checkConstructorEscape() local
1736 DotVarExp dve = e.e1.isDotVarExp(); in visit() local
2029 DotVarExp dve = e.e1.isDotVarExp(); in visit() local
H A Doptimize.d482 if (auto dve = e.isDotVarExp()) in Expression_optimize() local
H A Dtraits.d83 if (auto dve = e.isDotVarExp()) in getDsymbolWithoutExpCtx() local
1082 else if (auto dve = ex.isDotVarExp) in semanticTraits() local
H A Dexpressionsem.d793 DotVarExp dve = e1.isDotVarExp(); in resolvePropertiesOnly() local
4645 DotVarExp dve; in visit() local
4899 DotVarExp dve = cast(DotVarExp)exp.e1; in visit() local
6937 if (auto dve = exp.e1.isDotVarExp()) in visit() local
6978 DotVarExp dve = cast(DotVarExp)exp.e1; in visit() local
7870 if (DotVarExp dve = exp.e1.isDotVarExp()) in visit() local
9089 DotVarExp dve = (ce && ce.e1.op == EXP.dotVariable) in visit() local
12731 if (DotVarExp dve = e.isDotVarExp()) in semanticY() local
H A Dctfeexpr.d401 else if (auto dve = e.isDotVarExp()) in copyLiteral() local
721 if (auto dve = e.isDotVarExp()) in getAggregateFromPointer() local
H A Dopover.d862 auto dve = ae.e1.isDotVarExp(); in visitBin() local
H A Dtypesem.d4334 auto dve = new DotVarExp(e.loc, e, mt.sym.vthis); in dotExp() local
4367 auto dve = new DotVarExp(e.loc, e, mt.sym.vthis); in dotExp() local
H A Ddinterpret.d3282 else if (auto dve = e.isDotVarExp()) in findParentVar() local
3743 if (auto dve = e1x.isDotVarExp()) variable
3799 else if (auto dve = e1.isDotVarExp()) in assignToLvalue() local
4743 if (auto dve = ecall.isDotVarExp()) in visit() local
H A Dexpression.d420 if (auto dve = ce.e1.isDotVarExp()) in valueNoDtor() local
1008 if (auto dve = this.isDotVarExp()) in modifiableLvalue() local
5105 if (auto dve = e1.isDotVarExp()) in isLvalue() local
5169 if (auto dve = ae1.isDotVarExp()) variable
7076 if (auto dve = dotVarExp.e1.isDotVarExp()) variable
H A Ddcast.d901 if (auto dve = e.e1.isDotVarExp()) in implicitConvTo() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc994 if (DotVarExp *dve = (s->exp->isCallExp () in visit() local
H A Dexpr.cc1657 DotVarExp *dve = e1b->isDotVarExp (); in visit() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc1747 DotVarExp *dve = (DotVarExp *) e1b; in visit() local