Lines Matching refs:getInitLCDecl
8253 static const ValueDecl *getInitLCDecl(const Expr *E) { in getInitLCDecl() function
8294 if (getInitLCDecl(LHS) == LCDecl) in checkAndSetCond()
8298 if (getInitLCDecl(RHS) == LCDecl) in checkAndSetCond()
8303 return setUB(const_cast<Expr *>(getInitLCDecl(LHS) == LCDecl ? RHS : LHS), in checkAndSetCond()
8343 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetIncRHS()
8345 if (IsAdd && getInitLCDecl(BO->getRHS()) == LCDecl) in checkAndSetIncRHS()
8351 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetIncRHS()
8353 if (IsAdd && getInitLCDecl(CE->getArg(1)) == LCDecl) in checkAndSetIncRHS()
8390 getInitLCDecl(UO->getSubExpr()) == LCDecl) in checkAndSetInc()
8400 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetInc()
8404 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetInc()
8414 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetInc()
8424 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetInc()
8428 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetInc()