Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h390 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h309 bool isStrictlyPositive() const { in isStrictlyPositive() function
/external/llvm/include/llvm/ADT/
DAPInt.h333 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h337 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function