Searched refs:StrictlyPositive (Results 1 – 2 of 2) sorted by relevance
16655 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument16672 !((!StrictlyPositive && Result->isNonNegative()) || in isNonNegativeIntegerValue()16673 (StrictlyPositive && Result->isStrictlyPositive()))) { in isNonNegativeIntegerValue()16675 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()16724 bool StrictlyPositive, in VerifyPositiveIntegerConstantInClause() argument16751 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()16752 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()16754 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
11416 bool StrictlyPositive = true,