Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp233 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
276 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
322 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
452 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
497 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
790 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
894 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
939 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
982 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
1027 Dir->setDependentCounters(Exprs.DependentCounters); in Create()
[all …]
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h851 SmallVector<Expr *, 4> DependentCounters; member
901 DependentCounters.resize(Size); in clear()
910 DependentCounters[i] = nullptr; in clear()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp8695 Built.DependentCounters.resize(NestedLoopCount); in checkOpenMPLoop()
8792 Built.DependentCounters[Cnt] = nullptr; in checkOpenMPLoop()
8796 Built.DependentCounters[Cnt] = in checkOpenMPLoop()