Home | History | Annotate | Download | only in Checkers

Lines Matching refs:VD

294       const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl());
295 if (!VD)
297 const MemRegion *IMR = state->getRegion(VD, LC);
319 const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl());
320 if (!VD)
322 const MemRegion *IMR = state->getRegion(VD, LC);
384 const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl());
385 if (!VD)
388 return state->getRegion(VD, LC);
521 const VarDecl *VD = dyn_cast<VarDecl>(D);
523 if (getTemplateKind(VD->getType()) != VectorIteratorKind)
528 Loc VarLoc = state->getLValue(VD, C.getPredecessor()->getLocationContext());
535 const Expr *InitEx = VD->getInit();