Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp8253 static const ValueDecl *getInitLCDecl(const Expr *E) { in getInitLCDecl() function
8294 if (getInitLCDecl(LHS) == LCDecl) in checkAndSetCond()
8298 if (getInitLCDecl(RHS) == LCDecl) in checkAndSetCond()
8343 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetIncRHS()
8351 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetIncRHS()
8390 getInitLCDecl(UO->getSubExpr()) == LCDecl) in checkAndSetInc()
8400 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetInc()
8404 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetInc()
8414 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetInc()
8424 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetInc()
[all …]