OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isNonZero
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
KnownBits.h
102
bool
isNonZero
() const { return !One.isNullValue(); }
TypeSize.h
114
bool
isNonZero
() const { return !isZero(); }
115
explicit operator bool() const { return
isNonZero
(); }
230
bool
isNonZero
() const { return !isZero(); }
231
explicit operator bool() const { return
isNonZero
(); }
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h
377
bool
isNonZero
() const { return category != fcZero; }
1226
bool
isNonZero
() const { return !isZero(); }
Completed in 18 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026