Home
last modified time | relevance | path

Searched defs:isStrictlyPositive (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DAny.h61 Any(const Any &Other) in isStrictlyPositive()
62 : Storage(Other.Storage ? Other.Storage->clone() : nullptr) {} in isStrictlyPositive()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DKnownBits.h101 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } in isStrictlyPositive() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DKnownBits.h101 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } in isStrictlyPositive() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h101 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } in isStrictlyPositive() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DKnownBits.h101 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } in isStrictlyPositive() function
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DKnownBits.h101 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } in isStrictlyPositive() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Support/
H A DKnownBits.h104 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } in isStrictlyPositive() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DKnownBits.h105 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } in isStrictlyPositive() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DKnownBits.h105 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } in isStrictlyPositive() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DKnownBits.h105 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } in isStrictlyPositive() function

12