Home
last modified time | relevance | path

Searched defs:isFull (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DRewriteRope.cpp157 bool isFull() const { return NumPieces == 2*WidthFactor; } in isFull() function in __anoncedcbeae0111::RopePieceBTreeLeaf
418 bool isFull() const { return NumChildren == 2*WidthFactor; } in isFull() function in __anoncedcbeae0311::RopePieceBTreeInterior
H A DDeltaTree.cpp91 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 DBlockFrequencyInfoImpl.h100 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); } in isFull() function