Searched defs:isFull (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/ | ||
H A D | RewriteRope.cpp | 157 bool isFull() const { return NumPieces == 2*WidthFactor; } in isFull() function in __anoncedcbeae0111::RopePieceBTreeLeaf |
H A D | DeltaTree.cpp | 91 bool isFull() const { return NumValuesUsed == 2*WidthFactor-1; } in isFull() function in __anonb6a907500111::DeltaTreeNode |
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ | ||
H A D | BlockFrequencyInfoImpl.h | 100 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); } in isFull() function |