Lines Matching defs:ER
741 const ElementRegion *ER = nullptr;
742 while ((ER = R->getAs<ElementRegion>())) {
744 if (auto CI = ER->getIndex().getAs<nonloc::ConcreteInt>()) {
751 auto SI = ER->getIndex().getAs<nonloc::SymbolVal>();
765 R = ER->getSuperRegion();
1417 const auto *ER = cast<ElementRegion>(R);
1418 if (!ER->getIndex().isZeroConstant())
1420 R = ER->getSuperRegion();
1448 const ElementRegion *ER = this;
1454 while (ER) {
1455 superR = ER->getSuperRegion();
1458 SVal index = ER->getIndex();
1462 QualType elemType = ER->getElementType();
1466 superR = ER;
1482 ER = dyn_cast<ElementRegion>(superR);
1615 const auto *ER = cast<ElementRegion>(R);
1616 R = ER->getSuperRegion();
1618 QualType EleTy = ER->getValueType();
1625 SVal Index = ER->getIndex();