Home
last modified time | relevance | path

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

12

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp8564 bool StrictlyPositive) { in isNonNegativeIntegerValue() argument
8578 !((!StrictlyPositive && Result.isNonNegative()) || in isNonNegativeIntegerValue()
8579 (StrictlyPositive && Result.isStrictlyPositive()))) { in isNonNegativeIntegerValue()
8581 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
8618 bool StrictlyPositive) { in VerifyPositiveIntegerConstantInClause() argument
8628 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
8629 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
8631 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp8925 bool StrictlyPositive) { in isNonNegativeIntegerValue() argument
8939 !((!StrictlyPositive && Result.isNonNegative()) || in isNonNegativeIntegerValue()
8940 (StrictlyPositive && Result.isStrictlyPositive()))) { in isNonNegativeIntegerValue()
8942 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
8979 bool StrictlyPositive) { in VerifyPositiveIntegerConstantInClause() argument
8989 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
8990 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
8992 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp9910 bool StrictlyPositive) { in isNonNegativeIntegerValue() argument
9924 !((!StrictlyPositive && Result.isNonNegative()) || in isNonNegativeIntegerValue()
9925 (StrictlyPositive && Result.isStrictlyPositive()))) { in isNonNegativeIntegerValue()
9927 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
9964 bool StrictlyPositive) { in VerifyPositiveIntegerConstantInClause() argument
9974 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
9975 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
9977 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11619 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument
11636 !((!StrictlyPositive && Result.isNonNegative()) || in isNonNegativeIntegerValue()
11637 (StrictlyPositive && Result.isStrictlyPositive()))) { in isNonNegativeIntegerValue()
11639 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
11687 bool StrictlyPositive) { in VerifyPositiveIntegerConstantInClause() argument
11697 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
11698 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
11700 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp11619 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument
11636 !((!StrictlyPositive && Result.isNonNegative()) || in isNonNegativeIntegerValue()
11637 (StrictlyPositive && Result.isStrictlyPositive()))) { in isNonNegativeIntegerValue()
11639 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
11687 bool StrictlyPositive) { in VerifyPositiveIntegerConstantInClause() argument
11697 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
11698 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
11700 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp12741 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument
12758 !((!StrictlyPositive && Result->isNonNegative()) || in isNonNegativeIntegerValue()
12759 (StrictlyPositive && Result->isStrictlyPositive()))) { in isNonNegativeIntegerValue()
12761 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
12810 bool StrictlyPositive) { in VerifyPositiveIntegerConstantInClause() argument
12821 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
12822 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
12824 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp12891 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument
12908 !((!StrictlyPositive && Result->isNonNegative()) || in isNonNegativeIntegerValue()
12909 (StrictlyPositive && Result->isStrictlyPositive()))) { in isNonNegativeIntegerValue()
12911 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
12960 bool StrictlyPositive) { in VerifyPositiveIntegerConstantInClause() argument
12971 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
12972 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
12974 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp12613 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument
12630 !((!StrictlyPositive && Result.isNonNegative()) || in isNonNegativeIntegerValue()
12631 (StrictlyPositive && Result.isStrictlyPositive()))) { in isNonNegativeIntegerValue()
12633 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
12681 bool StrictlyPositive) { in VerifyPositiveIntegerConstantInClause() argument
12691 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
12692 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
12694 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaOpenMP.cpp12609 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument
12626 !((!StrictlyPositive && Result.isNonNegative()) || in isNonNegativeIntegerValue()
12627 (StrictlyPositive && Result.isStrictlyPositive()))) { in isNonNegativeIntegerValue()
12629 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
12677 bool StrictlyPositive) { in VerifyPositiveIntegerConstantInClause() argument
12687 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
12688 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
12690 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp12891 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument
12908 !((!StrictlyPositive && Result->isNonNegative()) || in isNonNegativeIntegerValue()
12909 (StrictlyPositive && Result->isStrictlyPositive()))) { in isNonNegativeIntegerValue()
12911 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
12960 bool StrictlyPositive) { in VerifyPositiveIntegerConstantInClause() argument
12971 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
12972 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
12974 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaOpenMP.cpp14236 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument
14253 !((!StrictlyPositive && Result->isNonNegative()) || in isNonNegativeIntegerValue()
14254 (StrictlyPositive && Result->isStrictlyPositive()))) { in isNonNegativeIntegerValue()
14256 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
14305 bool StrictlyPositive, in VerifyPositiveIntegerConstantInClause() argument
14332 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
14333 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
14335 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp14148 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument
14165 !((!StrictlyPositive && Result->isNonNegative()) || in isNonNegativeIntegerValue()
14166 (StrictlyPositive && Result->isStrictlyPositive()))) { in isNonNegativeIntegerValue()
14168 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
14217 bool StrictlyPositive, in VerifyPositiveIntegerConstantInClause() argument
14244 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
14245 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
14247 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp14148 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument
14165 !((!StrictlyPositive && Result->isNonNegative()) || in isNonNegativeIntegerValue()
14166 (StrictlyPositive && Result->isStrictlyPositive()))) { in isNonNegativeIntegerValue()
14168 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
14217 bool StrictlyPositive, in VerifyPositiveIntegerConstantInClause() argument
14244 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
14245 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
14247 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14148 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument
14165 !((!StrictlyPositive && Result->isNonNegative()) || in isNonNegativeIntegerValue()
14166 (StrictlyPositive && Result->isStrictlyPositive()))) { in isNonNegativeIntegerValue()
14168 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
14217 bool StrictlyPositive, in VerifyPositiveIntegerConstantInClause() argument
14244 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
14245 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
14247 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp14148 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument
14165 !((!StrictlyPositive && Result->isNonNegative()) || in isNonNegativeIntegerValue()
14166 (StrictlyPositive && Result->isStrictlyPositive()))) { in isNonNegativeIntegerValue()
14168 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
14217 bool StrictlyPositive, in VerifyPositiveIntegerConstantInClause() argument
14244 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
14245 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
14247 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaOpenMP.cpp14148 bool StrictlyPositive, bool BuildCapture = false, in isNonNegativeIntegerValue() argument
14165 !((!StrictlyPositive && Result->isNonNegative()) || in isNonNegativeIntegerValue()
14166 (StrictlyPositive && Result->isStrictlyPositive()))) { in isNonNegativeIntegerValue()
14168 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in isNonNegativeIntegerValue()
14217 bool StrictlyPositive, in VerifyPositiveIntegerConstantInClause() argument
14244 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
14245 (!StrictlyPositive && !Result.isNonNegative())) { in VerifyPositiveIntegerConstantInClause()
14247 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0) in VerifyPositiveIntegerConstantInClause()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Sema/
H A DSema.h8997 bool StrictlyPositive = true);
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Sema/
H A DSema.h8685 bool StrictlyPositive = true);
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Sema/
H A DSema.h8628 bool StrictlyPositive = true);
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Sema/
H A DSema.h9945 bool StrictlyPositive = true);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Sema/
H A DSema.h9984 bool StrictlyPositive = true);
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Sema/
H A DSema.h9647 bool StrictlyPositive = true);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Sema/
H A DSema.h10132 bool StrictlyPositive = true);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Sema/
H A DSema.h9647 bool StrictlyPositive = true);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Sema/
H A DSema.h10309 bool StrictlyPositive = true,

12