Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp320 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
363 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
478 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
608 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
653 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
985 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1089 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1134 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1177 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1222 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
[all …]
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h800 SmallVector<Expr *, 4> DependentCounters; member
850 DependentCounters.resize(Size); in clear()
859 DependentCounters[I] = nullptr; in clear()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp10068 Built.DependentCounters.resize(NestedLoopCount); in checkOpenMPLoop()
10163 Built.DependentCounters[Cnt] = nullptr; in checkOpenMPLoop()
10167 Built.DependentCounters[Cnt] = in checkOpenMPLoop()