Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp20544 llvm::APSInt DepCounter(/*BitWidth=*/32); in ActOnOpenMPDependClause() local
20565 DepCounter >= TotalDepCount) { in ActOnOpenMPDependClause()
20569 ++DepCounter; in ActOnOpenMPDependClause()
20630 DepCounter != DSAStack->isParentLoopControlVariable(D).first) { in ActOnOpenMPDependClause()
20632 DSAStack->getParentLoopControlVariable(DepCounter.getZExtValue()); in ActOnOpenMPDependClause()