Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18187 llvm::APSInt TotalDepCount(/*BitWidth=*/32); in ActOnOpenMPDependClause() local
18191 TotalDepCount = OrderedCountExpr->EvaluateKnownConstInt(Context); in ActOnOpenMPDependClause()
18192 TotalDepCount.setIsUnsigned(/*Val=*/true); in ActOnOpenMPDependClause()
18207 DepCounter >= TotalDepCount) { in ActOnOpenMPDependClause()
18381 TotalDepCount > VarList.size() && in ActOnOpenMPDependClause()
18393 Vars, TotalDepCount.getZExtValue()); in ActOnOpenMPDependClause()