Searched defs:Leaf (Results 1 – 7 of 7) sorted by relevance
129 struct Leaf { struct133 Leaf* root_[ROOT_LENGTH]; // Pointers to 32 child nodes argument224 struct Leaf { struct225 void* values[LEAF_LENGTH];
614 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in Destroy() local628 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in split() local642 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in insert() local651 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in erase() local731 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(getRoot(Root))) in clear() local
332 struct Leaf { struct336 Leaf* root_[ROOT_LENGTH]; // Pointers to 32 child nodes argument427 struct Leaf { struct428 void* values[LEAF_LENGTH];
57 Value *Leaf = IRB.CreateAdd(IRB.CreateAdd(Two, IRB.getInt32(8)), in TEST_F() local
228 BasicBlock* LowerSwitch::newLeafBlock(CaseRange& Leaf, Value* Val, in newLeafBlock()
933 typedef IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits> Leaf; typedef
2748 Record *Leaf) { in checkOperandClass()