/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
|
H A D | APInt.h | 390 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | APSInt.h | 62 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
|
D | APInt.h | 334 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | APSInt.h | 62 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
|
D | APInt.h | 334 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | APSInt.h | 62 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
|
D | APInt.h | 334 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 62 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
|
H A D | APInt.h | 339 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | APSInt.h | 62 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
|
D | APInt.h | 334 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 101 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } in isStrictlyPositive() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 105 bool isStrictlyPositive() const { in isStrictlyPositive() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | KnownBits.h | 110 bool isStrictlyPositive() const { in isStrictlyPositive() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | KnownBits.h | 110 bool isStrictlyPositive() const { in isStrictlyPositive() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | KnownBits.h | 110 bool isStrictlyPositive() const { in isStrictlyPositive() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | KnownBits.h | 105 bool isStrictlyPositive() const { in isStrictlyPositive() function
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | APInt.h | 333 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APInt.h | 337 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function
|