Lines Matching refs:isref
1269 if (!ftt.isref)
1508 bool isRef = (p.storageClass & STC.ref_) != 0;
1512 Type ti = (isRef ? taa.index.addMod(MODFlags.const_) : taa.index);
1513 if (isRef ? !ti.constConv(ta) : !ti.implicitConvTo(ta))
1520 isRef = (p.storageClass & STC.ref_) != 0;
1524 if (isRef ? !taav.constConv(ta) : !taav.implicitConvTo(ta))
2823 bool inferRef = (tf.isref && (fd.storage_class & STC.auto_));
2879 const returnSharedRef = (tf.isref && (fd.inferRetType || tret.isShared()));
2982 tf.isref = false; // return by value
3049 tf.isref = false;