HomeSort by: relevance | last modified time | path
    Searched refs:dotVariable (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
safe.d 49 if (e.op != EXP.dotVariable)
tokens.h 311 dotVariable,
ctfeexpr.d 247 case EXP.dotVariable:
360 if (e.op == EXP.function_ || e.op == EXP.delegate_ || e.op == EXP.symbolOffset || e.op == EXP.null_ || e.op == EXP.variable || e.op == EXP.dotVariable || e.op == EXP.int64 || e.op == EXP.float64 || e.op == EXP.char_ || e.op == EXP.complex80 || e.op == EXP.void_ || e.op == EXP.vector || e.op == EXP.typeid_)
1902 e1.op == EXP.dotVariable && isCtfeReferenceValid(e1) ||
1947 case EXP.dotVariable:
tokens.d 301 dotVariable,
escape.d 1734 if (e.e1.op == EXP.dotVariable && t1.ty == Tfunction)
2027 if (e.e1.op == EXP.dotVariable && t1.ty == Tfunction)
expression.d 633 case EXP.dotVariable:
1663 inout(DotVarExp) isDotVarExp() { return op == EXP.dotVariable ? cast(typeof(return))this : null; }
4802 super(loc, EXP.dotVariable, __traits(classInstanceSize, DotVarExp), e);
4928 case EXP.dotVariable:
7059 case EXP.dotVariable:
7094 if (!dve.e1 || dve.e1.op != EXP.dotVariable)
7212 EXP.dotVariable, EXP.dotTemplateInstance, EXP.delegate_, EXP.dotType, EXP.call,
expressionsem.d 4640 if (exp.e1.op == EXP.dotVariable && t1.ty == Tfunction || exp.e1.op == EXP.dotTemplateDeclaration)
4648 if (exp.e1.op == EXP.dotVariable)
4718 if (exp.e1.op == EXP.dotVariable)
4897 else if (exp.e1.op == EXP.dotVariable && (cast(DotVarExp)exp.e1).var.isOverDeclaration())
6976 if (exp.e1.op == EXP.dotVariable)
9089 DotVarExp dve = (ce && ce.e1.op == EXP.dotVariable)
9093 dve.e1.op != EXP.dotVariable &&
12282 case EXP.dotVariable: return dotMangleof(exp.loc, sc, exp.e1.isDotVarExp().var);
12985 case EXP.dotVariable: return visitDotVar(e.isDotVarExp());
typesem.d 1823 case EXP.dotVariable:
3146 : mt.exp.op == EXP.dotVariable ? mt.exp.isDotVarExp().var.isFuncDeclaration() : null)
3377 if (ex.op == EXP.dotVariable)
opover.d 859 if (ae.e1.op != EXP.dotVariable)
optimize.d 1336 case EXP.dotVariable: visitDotVar(ex.isDotVarExp()); break;
hdrgen.d 2591 case EXP.dotVariable: return visitDotVar(e.isDotVarExp());
4013 EXP.dotVariable : "dotvar",
dinterpret.d 975 // TODO: If it is a EXP.dotVariable or EXP.index, we should check that it is not
2237 ev.op == EXP.dotVariable)
5535 if ((e1.op == EXP.variable || e1.op == EXP.dotVariable) && e1.type.toBasetype().ty == Tsarray)
6778 case EXP.dotVariable:
dtemplate.d 6731 if (ea.op == EXP.dotVariable && !(flags & 1))
7586 if (e.op != EXP.dotVariable)
7600 while (e.op == EXP.dotVariable)
parse.d 9371 EXP.dotVariable : PREC.primary,
  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 1655 if (e1b->op == EXP::dotVariable && tb->ty != TY::Tdelegate)
1732 if (e1b->op == EXP::dotVariable)

Completed in 150 milliseconds