Home | History | Annotate | Download | only in Core

Lines Matching refs:VR

1011       const VarRegion *VR = BI.getCapturedRegion();
1012 const VarDecl *VD = VR->getDecl();
1014 AddToWorkList(VR);
1016 else if (Loc::isLocType(VR->getValueType())) {
1022 SVal V = RM.getBinding(B, loc::MemRegionVal(VR));
1357 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) {
1364 return CastRetrievedVal(getBindingForVar(B, VR), VR, T, false);
2205 if (const VarRegion *VR = dyn_cast<VarRegion>(baseR)) {
2206 if (SymReaper.isLive(VR))