Home | History | Annotate | Download | only in Checkers

Lines Matching defs:VD

478   const VarDecl *VD = dyn_cast<VarDecl>(LHS_DR->getDecl());
479 if (!VD)
486 if (VD != RHS_DR->getDecl())
503 const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl());
504 if (!VD)
507 if (AC->getPseudoConstantAnalysis()->wasReferenced(VD))
522 const VarDecl *VD = dyn_cast<VarDecl>(LHS_DR->getDecl());
523 if (!VD)
530 if (VD != RHS_DR->getDecl())
701 const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl());
702 if (!VD)
709 if (PCA->isPseudoConstant(VD))
721 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl()))
722 if (!VD->hasLocalStorage())