Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp20545 llvm::APSInt TotalDepCount(/*BitWidth=*/32); in ActOnOpenMPDependClause() local
20549 TotalDepCount = OrderedCountExpr->EvaluateKnownConstInt(Context); in ActOnOpenMPDependClause()
20550 TotalDepCount.setIsUnsigned(/*Val=*/true); in ActOnOpenMPDependClause()
20565 DepCounter >= TotalDepCount) { in ActOnOpenMPDependClause()
20736 TotalDepCount > VarList.size() && in ActOnOpenMPDependClause()
20750 TotalDepCount.getZExtValue()); in ActOnOpenMPDependClause()