Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/
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/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.cpp295 BasicBlock* LowerSwitch::newLeafBlock(CaseRange& Leaf, Value* Val, in newLeafBlock()
/external/selinux/sepolgen/src/sepolgen/
Drefpolicy.py149 class Leaf(PolicyBase): class
/external/boringssl/src/ssl/test/runner/
Dcommon.go893 Leaf *x509.Certificate member
/external/llvm/include/llvm/ADT/
DIntervalMap.h934 typedef IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits> Leaf; typedef
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2888 Record *Leaf) { in checkOperandClass()