Home | History | Annotate | Download | only in Checkers

Lines Matching defs:VR

1275       const VarRegion *VR = dyn_cast<VarRegion>(MR);
1277 if (VR)
1278 VD = VR->getDecl();
1290 const VarRegion *VR = dyn_cast<VarRegion>(MR);
1292 if (VR)
1293 VD = VR->getDecl();
1305 const VarRegion *VR = dyn_cast<VarRegion>(MR);
1307 if (VR)
1308 VD = VR->getDecl();
1711 const VarRegion* VR = MR->getBaseRegion()->getAs<VarRegion>();
1714 if (!VR ||
1715 (VR->getStackFrame() == LeakContext->getCurrentStackFrame()))
1949 const VarRegion *VR = I.getCapturedRegion();
1950 if (VR->getSuperRegion() == R) {
1951 VR = MemMgr.getVarRegion(VR->getDecl(), LC);
1953 Regions.push_back(VR);