Searched refs:StrictlyPositive (Results 1 – 2 of 2) sorted by relevance
117 bool StrictlyPositive = true,
15872 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument15889 !((!StrictlyPositive && Result->isNonNegative()) || in isNonNegativeIntegerValue()15890 (StrictlyPositive && Result->isStrictlyPositive()))) { in isNonNegativeIntegerValue()15892 << getOpenMPClauseNameForDiag(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()15973 Expr *E, OpenMPClauseKind CKind, bool StrictlyPositive, in VerifyPositiveIntegerConstantInClause() argument16003 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()16004 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()16006 << getOpenMPClauseNameForDiag(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()