Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp4186 static const ValueDecl *GetInitLCDecl(Expr *E) { in GetInitLCDecl() function
4225 if (GetInitLCDecl(BO->getLHS()) == LCDecl) in CheckCond()
4230 if (GetInitLCDecl(BO->getRHS()) == LCDecl) in CheckCond()
4244 if (GetInitLCDecl(CE->getArg(0)) == LCDecl) in CheckCond()
4248 if (GetInitLCDecl(CE->getArg(1)) == LCDecl) in CheckCond()
4275 if (GetInitLCDecl(BO->getLHS()) == LCDecl) in CheckIncRHS()
4277 if (IsAdd && GetInitLCDecl(BO->getRHS()) == LCDecl) in CheckIncRHS()
4283 if (GetInitLCDecl(CE->getArg(0)) == LCDecl) in CheckIncRHS()
4285 if (IsAdd && GetInitLCDecl(CE->getArg(1)) == LCDecl) in CheckIncRHS()
4322 GetInitLCDecl(UO->getSubExpr()) == LCDecl) in CheckInc()
[all …]