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.cpp319 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
364 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
518 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
665 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
710 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1042 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1146 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1191 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1234 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1279 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h815 SmallVector<Expr *, 4> DependentCounters; member
865 DependentCounters.resize(Size); in clear()
874 DependentCounters[I] = nullptr; in clear()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10128 Built.DependentCounters.resize(NestedLoopCount); in checkOpenMPLoop()
10223 Built.DependentCounters[Cnt] = nullptr; in checkOpenMPLoop()
10227 Built.DependentCounters[Cnt] = Built.Counters[IS.LoopDependentIdx - 1]; in checkOpenMPLoop()