Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp490 const LCDeclInfo isLoopControlVariable(const ValueDecl *D) const;
500 const LCDeclInfo isLoopControlVariable(const ValueDecl *D,
1310 DSAStackTy::isLoopControlVariable(const ValueDecl *D) const { in isLoopControlVariable() function in DSAStackTy
1321 DSAStackTy::isLoopControlVariable(const ValueDecl *D, unsigned Level) const { in isLoopControlVariable() function in DSAStackTy
1370 (isLoopControlVariable(D).first && A == OMPC_private)); in addDSA()
1635 !isLoopControlVariable(D).first) { in getTopDSA()
2124 !DSAStack->isLoopControlVariable(D, Level).first); in isOpenMPCapturedByRef()
2233 auto &&Info = DSAStack->isLoopControlVariable(D); in isOpenMPCapturedDecl()
2314 !DSAStack->isLoopControlVariable(D, Level).first && !DVar.RefExpr) { in isOpenMPPrivateDecl()
2328 DSAStack->isLoopControlVariable(D).first) && in isOpenMPPrivateDecl()
[all …]
/external/clang/lib/Sema/
DSemaOpenMP.cpp172 LCDeclInfo isLoopControlVariable(ValueDecl *D);
538 DSAStackTy::LCDeclInfo DSAStackTy::isLoopControlVariable(ValueDecl *D) { in isLoopControlVariable() function in DSAStackTy
578 (isLoopControlVariable(D).first && A == OMPC_private)); in addDSA()
1008 auto &&Info = DSAStack->isLoopControlVariable(D); in IsOpenMPCapturedDecl()
1510 !Stack->isLoopControlVariable(VD).first) in VisitDeclRefExpr()
1550 !Stack->isLoopControlVariable(FD).first) in VisitMemberExpr()
9774 auto &&Info = Stack->isLoopControlVariable(D); in FinishOpenMPLinearClause()