Searched defs:isNonNegative (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DAPInt.h325 bool isNonNegative() const { return !isNegative(); } function in class:llvm::APInt
333 bool isStrictlyPositive() const { return isNonNegative() && !!*this; }
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 86 milliseconds