Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp524 const LCDeclInfo isLoopControlVariable(const ValueDecl *D) const;
534 const LCDeclInfo isLoopControlVariable(const ValueDecl *D,
1469 DSAStackTy::isLoopControlVariable(const ValueDecl *D) const { in isLoopControlVariable() function in DSAStackTy
1480 DSAStackTy::isLoopControlVariable(const ValueDecl *D, unsigned Level) const { in isLoopControlVariable() function in DSAStackTy
1529 (isLoopControlVariable(D).first && A == OMPC_private)); in addDSA()
1791 !isLoopControlVariable(D).first) { in getTopDSA()
2294 !DSAStack->isLoopControlVariable(D, Level).first); in isOpenMPCapturedByRef()
2437 auto &&Info = DSAStack->isLoopControlVariable(D); in isOpenMPCapturedDecl()
2552 !DSAStack->isLoopControlVariable(D).first) in isOpenMPPrivateDecl()
2576 !DSAStack->isLoopControlVariable(D, Level).first && !DVar.RefExpr) { in isOpenMPPrivateDecl()
[all …]