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()
480 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
627 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
672 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1004 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1108 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1153 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1196 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1241 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.cpp10283 Built.DependentCounters.resize(NestedLoopCount); in checkOpenMPLoop()
10378 Built.DependentCounters[Cnt] = nullptr; in checkOpenMPLoop()
10382 Built.DependentCounters[Cnt] = Built.Counters[IS.LoopDependentIdx - 1]; in checkOpenMPLoop()