Searched refs:StrictlyPositive (Results 1 – 2 of 2) sorted by relevance
116 bool StrictlyPositive = true,
15388 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument15405 !((!StrictlyPositive && Result->isNonNegative()) || in isNonNegativeIntegerValue()15406 (StrictlyPositive && Result->isStrictlyPositive()))) { in isNonNegativeIntegerValue()15408 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()15457 Expr *E, OpenMPClauseKind CKind, bool StrictlyPositive, in VerifyPositiveIntegerConstantInClause() argument15486 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()15487 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()15489 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()