Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp12111 llvm::APSInt TotalDepCount(/*BitWidth=*/32); in ActOnOpenMPDependClause() local
12115 TotalDepCount = OrderedCountExpr->EvaluateKnownConstInt(Context); in ActOnOpenMPDependClause()
12116 TotalDepCount.setIsUnsigned(/*Val=*/true); in ActOnOpenMPDependClause()
12131 DepCounter >= TotalDepCount) { in ActOnOpenMPDependClause()
12232 TotalDepCount > VarList.size() && in ActOnOpenMPDependClause()
12244 TotalDepCount.getZExtValue()); in ActOnOpenMPDependClause()