Home | History | Annotate | Download | only in Core

Lines Matching refs:Ex

279                                  const Expr *Ex, unsigned cnt,
282 ID.AddPointer(Ex);
288 ProfileRegion(ID, Ex, Cnt, superRegion);
400 Expr const *Ex,
402 ID.AddPointer(Ex);
407 ProfileRegion(ID, Ex, getSuperRegion());
457 os << "alloca{" << (const void*) Ex << ',' << Cnt << '}';
486 << (const void*) Ex << '}';
880 MemRegionManager::getCXXStaticTempObjectRegion(const Expr *Ex) {
882 Ex, getGlobalsRegion(MemRegion::GlobalInternalSpaceRegionKind, nullptr));