reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1107 if (auto PTMSV = rhs.getAs<nonloc::PointerToMember>()) { 1120 return rhs; 1127 if (rhs.isZeroConstant()) 1137 if (Optional<nonloc::ConcreteInt> rhsInt = rhs.getAs<nonloc::ConcreteInt>()) { 1170 rhs = convertToArrayIndex(rhs).castAs<NonLoc>(); 1170 rhs = convertToArrayIndex(rhs).castAs<NonLoc>(); 1179 index = evalBinOpNN(state, op, elemReg->getIndex(), rhs, 1186 index = (op == BO_Add) ? rhs : evalMinus(rhs); 1186 index = (op == BO_Add) ? rhs : evalMinus(rhs);