Lines Matching refs:getInitLCDecl
7640 static const ValueDecl *getInitLCDecl(const Expr *E) { in getInitLCDecl() function
7681 if (getInitLCDecl(LHS) == LCDecl) in checkAndSetCond()
7685 if (getInitLCDecl(RHS) == LCDecl) in checkAndSetCond()
7690 return setUB(const_cast<Expr *>(getInitLCDecl(LHS) == LCDecl ? RHS : LHS), in checkAndSetCond()
7730 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetIncRHS()
7732 if (IsAdd && getInitLCDecl(BO->getRHS()) == LCDecl) in checkAndSetIncRHS()
7738 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetIncRHS()
7740 if (IsAdd && getInitLCDecl(CE->getArg(1)) == LCDecl) in checkAndSetIncRHS()
7777 getInitLCDecl(UO->getSubExpr()) == LCDecl) in checkAndSetInc()
7787 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetInc()
7791 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetInc()
7801 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetInc()
7811 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetInc()
7815 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetInc()