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.cpp521 const LCDeclInfo isLoopControlVariable(const ValueDecl *D) const;
531 const LCDeclInfo isLoopControlVariable(const ValueDecl *D,
1445 DSAStackTy::isLoopControlVariable(const ValueDecl *D) const { in isLoopControlVariable() function in DSAStackTy
1456 DSAStackTy::isLoopControlVariable(const ValueDecl *D, unsigned Level) const { in isLoopControlVariable() function in DSAStackTy
1505 (isLoopControlVariable(D).first && A == OMPC_private)); in addDSA()
1767 !isLoopControlVariable(D).first) { in getTopDSA()
2270 !DSAStack->isLoopControlVariable(D, Level).first); in isOpenMPCapturedByRef()
2413 auto &&Info = DSAStack->isLoopControlVariable(D); in isOpenMPCapturedDecl()
2528 !DSAStack->isLoopControlVariable(D).first) in isOpenMPPrivateDecl()
2552 !DSAStack->isLoopControlVariable(D, Level).first && !DVar.RefExpr) { in isOpenMPPrivateDecl()
[all …]