Searched refs:getInitLCDecl (Results 1 – 1 of 1) sorted by relevance
6881 static const ValueDecl *getInitLCDecl(const Expr *E) { in getInitLCDecl() function6919 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetCond()6924 if (getInitLCDecl(BO->getRHS()) == LCDecl) in checkAndSetCond()6931 getInitLCDecl(BO->getLHS()) == LCDecl ? BO->getRHS() : BO->getLHS(), in checkAndSetCond()6942 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetCond()6946 if (getInitLCDecl(CE->getArg(1)) == LCDecl) in checkAndSetCond()6953 return setUB(getInitLCDecl(CE->getArg(0)) == LCDecl ? CE->getArg(1) in checkAndSetCond()6981 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetIncRHS()6983 if (IsAdd && getInitLCDecl(BO->getRHS()) == LCDecl) in checkAndSetIncRHS()6989 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetIncRHS()[all …]