Searched refs:getInitLCDecl (Results 1 – 1 of 1) sorted by relevance
8253 static const ValueDecl *getInitLCDecl(const Expr *E) { in getInitLCDecl() function8294 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()[all …]