Home | History | Annotate | Download | only in Core

Lines Matching defs:VR

1014       const VarRegion *VR = BI.getCapturedRegion();
1015 const VarDecl *VD = VR->getDecl();
1017 AddToWorkList(VR);
1019 else if (Loc::isLocType(VR->getValueType())) {
1025 SVal V = RM.getBinding(B, loc::MemRegionVal(VR));
1347 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) {
1354 return CastRetrievedVal(getBindingForVar(B, VR), VR, T, false);
2203 if (const VarRegion *VR = dyn_cast<VarRegion>(baseR)) {
2204 if (SymReaper.isLive(VR))