Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp320 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
363 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
539 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
686 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
731 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1080 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1184 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1229 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1272 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1317 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h799 SmallVector<Expr *, 4> DependentCounters; member
849 DependentCounters.resize(Size); in clear()
858 DependentCounters[I] = nullptr; in clear()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10216 Built.DependentCounters.resize(NestedLoopCount); in checkOpenMPLoop()
10311 Built.DependentCounters[Cnt] = nullptr; in checkOpenMPLoop()
10315 Built.DependentCounters[Cnt] = Built.Counters[IS.LoopDependentIdx - 1]; in checkOpenMPLoop()