Lines Matching refs:getInitLCDecl
8404 static const ValueDecl *getInitLCDecl(const Expr *E) { in getInitLCDecl() function
8445 if (getInitLCDecl(LHS) == LCDecl) in checkAndSetCond()
8449 if (getInitLCDecl(RHS) == LCDecl) in checkAndSetCond()
8454 return setUB(const_cast<Expr *>(getInitLCDecl(LHS) == LCDecl ? RHS : LHS), in checkAndSetCond()
8494 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetIncRHS()
8496 if (IsAdd && getInitLCDecl(BO->getRHS()) == LCDecl) in checkAndSetIncRHS()
8502 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetIncRHS()
8504 if (IsAdd && getInitLCDecl(CE->getArg(1)) == LCDecl) in checkAndSetIncRHS()
8541 getInitLCDecl(UO->getSubExpr()) == LCDecl) in checkAndSetInc()
8551 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetInc()
8555 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetInc()
8565 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetInc()
8575 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetInc()
8579 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetInc()