/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | safe.c | 38 DotVarExp *dve = (DotVarExp *)e; in checkUnsafeAccess() local
|
H A D | escape.c | 972 DotVarExp *dve = (DotVarExp *)e->e1; in escapeByValue() local 1179 DotVarExp *dve = (DotVarExp *)e->e1; in escapeByRef() local
|
H A D | expressionsem.c | 3112 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 D | traits.c | 826 DotVarExp *dve = (DotVarExp *)ex; in semanticTraits() local
|
H A D | expression.c | 371 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 D | dcast.c | 847 DotVarExp *dve = (DotVarExp *)e->e1; in implicitConvTo() local
|
H A D | dinterpret.c | 3602 DotVarExp *dve = (DotVarExp*)e1x; variable 4628 DotVarExp *dve = (DotVarExp *)ecall; in visit() local
|
H A D | mtype.c | 8610 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 D | safe.d | 51 DotVarExp dve = cast(DotVarExp)e; in checkUnsafeAccess() local
|
H A D | escape.d | 476 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 D | optimize.d | 482 if (auto dve = e.isDotVarExp()) in Expression_optimize() local
|
H A D | traits.d | 83 if (auto dve = e.isDotVarExp()) in getDsymbolWithoutExpCtx() local 1082 else if (auto dve = ex.isDotVarExp) in semanticTraits() local
|
H A D | expressionsem.d | 793 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 D | ctfeexpr.d | 401 else if (auto dve = e.isDotVarExp()) in copyLiteral() local 721 if (auto dve = e.isDotVarExp()) in getAggregateFromPointer() local
|
H A D | opover.d | 862 auto dve = ae.e1.isDotVarExp(); in visitBin() local
|
H A D | typesem.d | 4334 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 D | dinterpret.d | 3282 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 D | expression.d | 420 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 D | dcast.d | 901 if (auto dve = e.e1.isDotVarExp()) in implicitConvTo() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | toir.cc | 994 if (DotVarExp *dve = (s->exp->isCallExp () in visit() local
|
H A D | expr.cc | 1657 DotVarExp *dve = e1b->isDotVarExp (); in visit() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | expr.cc | 1747 DotVarExp *dve = (DotVarExp *) e1b; in visit() local
|