Home
last modified time | relevance | path

Searched refs:isArrayLengthExp (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h183 ArrayLengthExp* isArrayLengthExp();
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()
H A Dexpression.d1677 …inout(ArrayLengthExp) isArrayLengthExp() { return op == EXP.arrayLength ? cast(typeof(return))this… in isArrayLengthExp() function
H A Dexpressionsem.d1556 ArrayLengthExp ale = exp.e1.isArrayLengthExp(); in rewriteOpAssign()
9559 if (auto ale = exp.e1.isArrayLengthExp()) in visit()
H A Ddinterpret.d3673 e1 = e1.isArrayLengthExp().e1;