Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp7417 bool StrictlyPositive) { in IsNonNegativeIntegerValue() argument
7431 !((!StrictlyPositive && Result.isNonNegative()) || in IsNonNegativeIntegerValue()
7432 (StrictlyPositive && Result.isStrictlyPositive()))) { in IsNonNegativeIntegerValue()
7434 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in IsNonNegativeIntegerValue()
7460 bool StrictlyPositive) { in VerifyPositiveIntegerConstantInClause() argument
7470 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
7471 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
7473 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp12749 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument
12766 !((!StrictlyPositive && Result->isNonNegative()) || in isNonNegativeIntegerValue()
12767 (StrictlyPositive && Result->isStrictlyPositive()))) { in isNonNegativeIntegerValue()
12769 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
12818 bool StrictlyPositive) { in VerifyPositiveIntegerConstantInClause() argument
12829 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
12830 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
12832 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/external/clang/include/clang/Sema/
DSema.h7931 bool StrictlyPositive = true);
/external/llvm-project/clang/include/clang/Sema/
DSema.h10076 bool StrictlyPositive = true);