Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp491 const LCDeclInfo isLoopControlVariable(const ValueDecl *D) const;
501 const LCDeclInfo isLoopControlVariable(const ValueDecl *D,
1311 DSAStackTy::isLoopControlVariable(const ValueDecl *D) const { in isLoopControlVariable() function in DSAStackTy
1322 DSAStackTy::isLoopControlVariable(const ValueDecl *D, unsigned Level) const { in isLoopControlVariable() function in DSAStackTy
1371 (isLoopControlVariable(D).first && A == OMPC_private)); in addDSA()
1636 !isLoopControlVariable(D).first) { in getTopDSA()
2135 !DSAStack->isLoopControlVariable(D, Level).first); in isOpenMPCapturedByRef()
2248 auto &&Info = DSAStack->isLoopControlVariable(D); in isOpenMPCapturedDecl()
2329 !DSAStack->isLoopControlVariable(D, Level).first && !DVar.RefExpr) { in isOpenMPPrivateDecl()
2343 DSAStack->isLoopControlVariable(D).first) && in isOpenMPPrivateDecl()
[all …]