Home | History | Annotate | Download | only in Core

Lines Matching defs:Cnt

279                                  const Expr *Ex, unsigned cnt,
283 ID.AddInteger(cnt);
288 ProfileRegion(ID, Ex, Cnt, superRegion);
455 os << "alloca{" << (const void*) Ex << ',' << Cnt << '}';
959 MemRegionManager::getAllocaRegion(const Expr *E, unsigned cnt,
963 return getSubRegion<AllocaRegion>(E, cnt, getStackLocalsRegion(STC));