Searched refs:getInitLCDecl (Results 1 – 1 of 1) sorted by relevance
8210 static const ValueDecl *getInitLCDecl(const Expr *E) { in getInitLCDecl() function8251 if (getInitLCDecl(LHS) == LCDecl) in checkAndSetCond()8255 if (getInitLCDecl(RHS) == LCDecl) in checkAndSetCond()8260 return setUB(const_cast<Expr *>(getInitLCDecl(LHS) == LCDecl ? RHS : LHS), in checkAndSetCond()8300 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetIncRHS()8302 if (IsAdd && getInitLCDecl(BO->getRHS()) == LCDecl) in checkAndSetIncRHS()8308 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetIncRHS()8310 if (IsAdd && getInitLCDecl(CE->getArg(1)) == LCDecl) in checkAndSetIncRHS()8347 getInitLCDecl(UO->getSubExpr()) == LCDecl) in checkAndSetInc()8357 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetInc()[all …]