Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp514 const LCDeclInfo isLoopControlVariable(const ValueDecl *D) const;
524 const LCDeclInfo isLoopControlVariable(const ValueDecl *D,
1444 DSAStackTy::isLoopControlVariable(const ValueDecl *D) const { in isLoopControlVariable() function in DSAStackTy
1455 DSAStackTy::isLoopControlVariable(const ValueDecl *D, unsigned Level) const { in isLoopControlVariable() function in DSAStackTy
1504 (isLoopControlVariable(D).first && A == OMPC_private)); in addDSA()
1766 !isLoopControlVariable(D).first) { in getTopDSA()
2266 !DSAStack->isLoopControlVariable(D, Level).first); in isOpenMPCapturedByRef()
2407 auto &&Info = DSAStack->isLoopControlVariable(D); in isOpenMPCapturedDecl()
2521 !DSAStack->isLoopControlVariable(D).first) in isOpenMPPrivateDecl()
2544 !DSAStack->isLoopControlVariable(D, Level).first && !DVar.RefExpr) { in isOpenMPPrivateDecl()
[all …]