HomeSort by: relevance | last modified time | path
    Searched defs:isStrictlyPositive (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APSInt.h 61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
APInt.h 391 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
396 bool isNonPositive() const { return !isStrictlyPositive(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
KnownBits.h 105 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); }

Completed in 25 milliseconds