Home
last modified time | relevance | path

Searched defs:Leaf (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
Dpagemap.h129 struct Leaf { struct
133 Leaf* root_[ROOT_LENGTH]; // Pointers to 32 child nodes argument
224 struct Leaf { struct
225 void* values[LEAF_LENGTH];
/external/clang/lib/Rewrite/Core/
DRewriteRope.cpp614 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in Destroy() local
628 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in split() local
642 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in insert() local
651 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in erase() local
731 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(getRoot(Root))) in clear() local
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dpagemap.h332 struct Leaf { struct
336 Leaf* root_[ROOT_LENGTH]; // Pointers to 32 child nodes argument
427 struct Leaf { struct
428 void* values[LEAF_LENGTH];
/external/llvm/unittests/IR/
DPatternMatch.cpp57 Value *Leaf = IRB.CreateAdd(IRB.CreateAdd(Two, IRB.getInt32(8)), in TEST_F() local
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp228 BasicBlock* LowerSwitch::newLeafBlock(CaseRange& Leaf, Value* Val, in newLeafBlock()
/external/llvm/include/llvm/ADT/
DIntervalMap.h933 typedef IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits> Leaf; typedef
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2748 Record *Leaf) { in checkOperandClass()