Home | History | Annotate | Download | only in Checkers

Lines Matching refs:VR

1160       const VarRegion *VR = dyn_cast<VarRegion>(MR);
1162 if (VR)
1163 VD = VR->getDecl();
1175 const VarRegion *VR = dyn_cast<VarRegion>(MR);
1177 if (VR)
1178 VD = VR->getDecl();
1190 const VarRegion *VR = dyn_cast<VarRegion>(MR);
1192 if (VR)
1193 VD = VR->getDecl();
1543 const VarRegion* VR = MR->getBaseRegion()->getAs<VarRegion>();
1546 if (!VR ||
1547 (VR->getStackFrame() == LeakContext->getCurrentStackFrame()))
1771 const VarRegion *VR = I.getCapturedRegion();
1772 if (VR->getSuperRegion() == R) {
1773 VR = MemMgr.getVarRegion(VR->getDecl(), LC);
1775 Regions.push_back(VR);