Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h116 bool StrictlyPositive = true,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15388 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument
15405 !((!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() argument
15486 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
15487 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
15489 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()