OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isFull
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Rewrite/
RewriteRope.cpp
157
bool
isFull
() const { return NumPieces == 2*WidthFactor; }
279
if (!
isFull
()) {
418
bool
isFull
() const { return NumChildren == 2*WidthFactor; }
534
if (!
isFull
()) {
DeltaTree.cpp
91
bool
isFull
() const { return NumValuesUsed == 2*WidthFactor-1; }
208
if (!
isFull
()) {
237
if (!
isFull
()) {
299
assert(
isFull
() && "Why split a non-full node?");
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h
100
bool
isFull
() const { return Mass == std::numeric_limits<uint64_t>::max(); }
107
/// Adds another mass, saturating at \a
isFull
() rather than overflowing.
138
/// Convert to \a ScaledNumber. \a
isFull
() gives 1.0, while \a isEmpty()
Completed in 136 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026