Home
last modified time | relevance | path

Searched refs:getInitLCDecl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8224 static const ValueDecl *getInitLCDecl(const Expr *E) { in getInitLCDecl() function
8276 if (getInitLCDecl(LHS) == LCDecl) in checkAndSetCond()
8280 if (getInitLCDecl(RHS) == LCDecl) in checkAndSetCond()
8285 return setUB(const_cast<Expr *>(getInitLCDecl(LHS) == LCDecl ? RHS : LHS), in checkAndSetCond()
8325 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetIncRHS()
8327 if (IsAdd && getInitLCDecl(BO->getRHS()) == LCDecl) in checkAndSetIncRHS()
8333 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetIncRHS()
8335 if (IsAdd && getInitLCDecl(CE->getArg(1)) == LCDecl) in checkAndSetIncRHS()
8382 getInitLCDecl(UO->getSubExpr()) == LCDecl) in checkAndSetInc()
8392 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetInc()
[all …]