Searched refs:getInitLCDecl (Results 1 – 1 of 1) sorted by relevance
7624 static const ValueDecl *getInitLCDecl(const Expr *E) { in getInitLCDecl() function7662 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetCond()7667 if (getInitLCDecl(BO->getRHS()) == LCDecl) in checkAndSetCond()7674 getInitLCDecl(BO->getLHS()) == LCDecl ? BO->getRHS() : BO->getLHS(), in checkAndSetCond()7685 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetCond()7689 if (getInitLCDecl(CE->getArg(1)) == LCDecl) in checkAndSetCond()7696 return setUB(getInitLCDecl(CE->getArg(0)) == LCDecl ? CE->getArg(1) in checkAndSetCond()7724 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetIncRHS()7726 if (IsAdd && getInitLCDecl(BO->getRHS()) == LCDecl) in checkAndSetIncRHS()7732 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetIncRHS()[all …]