Home
last modified time | relevance | path

Searched refs:arrayLength (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dnogc.d169 if (e.e1.op == EXP.arrayLength) in visit()
H A Dtokens.h316 arrayLength, enumerator
H A Dtokens.d306 arrayLength,
H A Dexpression.d1679 …inout(ArrayLengthExp) isArrayLengthExp() { return op == EXP.arrayLength ? cast(typeof(return))this… in isArrayLengthExp()
5561 super(loc, EXP.arrayLength, __traits(classInstanceSize, ArrayLengthExp), e1); in this()
5971 if (e1.op == EXP.slice || e1.op == EXP.arrayLength) in isLvalue()
5980 if (e1.op == EXP.slice || e1.op == EXP.arrayLength) in toLvalue()
7214 EXP.vector, EXP.vectorArray, EXP.slice, EXP.arrayLength, EXP.array, EXP.delegatePointer,
H A Doptimize.d1379 case EXP.arrayLength: visitArrayLength(ex.isArrayLengthExp()); break; in Expression_optimize()
H A Dhdrgen.d2602 case EXP.arrayLength: return visitArrayLength(e.isArrayLengthExp()); in expressionPrettyPrint()
4043 EXP.arrayLength : "arraylength", in EXPtoString()
H A Ddinterpret.d3498 else if (e1.op == EXP.arrayLength)
3647 if (e1.op == EXP.arrayLength)
H A Dexpressionsem.d5823 if (exp.e1.op == EXP.arrayLength) in visit()
8574 if (t1.ty == Tclass || t1.ty == Tstruct || exp.e1.op == EXP.arrayLength) in visit()
8583 if (exp.e1.op != EXP.variable && exp.e1.op != EXP.arrayLength) in visit()
H A Dparse.d9401 EXP.arrayLength : PREC.primary,
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2013900 (IRState::arrayLength): Replace with get_array_length.
H A Dexpr.cc912 if (e->e1->op == EXP::arrayLength) in visit()