Home
last modified time | relevance | path

Searched refs:LHS_DR (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DIdempotentOperationChecker.cpp464 const DeclRefExpr *LHS_DR = dyn_cast<DeclRefExpr>(LHS); in isSelfAssign() local
465 if (!LHS_DR) in isSelfAssign()
468 const VarDecl *VD = dyn_cast<VarDecl>(LHS_DR->getDecl()); in isSelfAssign()
508 const DeclRefExpr *LHS_DR = dyn_cast<DeclRefExpr>(LHS->IgnoreParenCasts()); in isTruncationExtensionAssignment() local
509 if (!LHS_DR) in isTruncationExtensionAssignment()
512 const VarDecl *VD = dyn_cast<VarDecl>(LHS_DR->getDecl()); in isTruncationExtensionAssignment()