Home | History | Annotate | Download | only in dmd

Lines Matching refs:isMutable

77         bool isMutable;         // true if reference to mutable
95 eb.isMutable = eb.param.isReferenceToMutable(arg.type);
101 eb.isMutable = arg.type.isReferenceToMutable();
117 eb.isMutable = arg.type.isReferenceToMutable();
123 eb.isMutable = arg.type.isMutable();
132 eb.isMutable = var.type.isMutable();
149 //printf("v %d v2 %d\n", eb.isMutable, eb2.isMutable);
150 if (!(eb.isMutable || eb2.isMutable))
163 const(char)* msg = eb.isMutable && eb2.isMutable
2235 if (!t.isMutable() ||
2249 if (t.nextOf().isMutable())
2262 if (v.type.isMutable())
2295 return t.isMutable();
2297 return p.type.isMutable();