Searched refs:eleft (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | expressionsem.d | 480 Expression eleft; in resolveUFCS() local 493 eleft = die.e1; in resolveUFCS() 495 Type t = eleft.type.toBasetype(); in resolveUFCS() 514 if (!eleft.type.isMutable()) in resolveUFCS() 516 …ce.error("cannot remove key from `%s` associative array `%s`", MODtoChars(t.mod), eleft.toChars()); in resolveUFCS() 531 return new RemoveExp(loc, eleft, key); in resolveUFCS() 612 eleft = dti.e1; in resolveUFCS() 622 ce.arguments.shift(eleft); in resolveUFCS() 633 Expression eleft; variable 638 eleft = die.e1; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | expressionsem.c | 8375 Expression *eleft; in semanticY() local 8380 eleft = de->e1; in semanticY() 8385 eleft = NULL; in semanticY() 8468 if (!eleft) in semanticY() 8469 eleft = new ThisExp(exp->loc); in semanticY() 8470 e = new DotVarExp(exp->loc, eleft, v); in semanticY() 8476 if (eleft) in semanticY() 8477 { e = new CommaExp(exp->loc, eleft, e); in semanticY() 8493 if (!eleft) in semanticY() 8494 eleft = new ThisExp(exp->loc); in semanticY() [all …]
|
| H A D | expression.c | 775 Expression *eleft; in resolveUFCS() local 789 eleft = die->e1; in resolveUFCS() 791 Type *t = eleft->type->toBasetype(); in resolveUFCS() 811 if (!eleft->type->isMutable()) in resolveUFCS() 814 MODtoChars(t->mod), eleft->toChars()); in resolveUFCS() 829 return new RemoveExp(loc, eleft, key); in resolveUFCS() 861 eleft = dti->e1; in resolveUFCS() 871 ce->arguments->shift(eleft); in resolveUFCS() 883 Expression *eleft; variable 889 eleft = die->e1; [all …]
|