OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026