Home | History | Annotate | Download | only in Checkers

Lines Matching defs:VR

1946       const VarRegion *VR = dyn_cast<VarRegion>(MR);
1948 if (VR)
1949 VD = VR->getDecl();
1961 const VarRegion *VR = dyn_cast<VarRegion>(MR);
1963 if (VR)
1964 VD = VR->getDecl();
1976 const VarRegion *VR = dyn_cast<VarRegion>(MR);
1978 if (VR)
1979 VD = VR->getDecl();
2501 const VarRegion *VR = MR->getBaseRegion()->getAs<VarRegion>();
2504 if (!VR || (VR->getStackFrame() == LeakContext->getStackFrame()))
2772 const VarRegion *VR = I.getCapturedRegion();
2773 if (VR->getSuperRegion() == R) {
2774 VR = MemMgr.getVarRegion(VR->getDecl(), LC);
2776 Regions.push_back(VR);