Searched defs:Leaf (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Rewrite/ |
D | RewriteRope.cpp | 616 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in Destroy() local 630 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in split() local 644 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in insert() local 653 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in erase() local 733 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(getRoot(Root))) in clear() local
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CVSymbolVisitor.h | 88 void visitSymbolBegin(SymbolKind Leaf, ArrayRef<uint8_t> RecordData) {} in visitSymbolBegin() 89 void visitSymbolEnd(SymbolKind Leaf, ArrayRef<uint8_t> OriginalSymData) {} in visitSymbolEnd()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | CVTypeVisitor.cpp | 76 uint8_t Leaf = Data.front(); in skipPadding() local 98 TypeLeafKind Leaf = TypeLeafKind(unsigned(*LeafPtr)); in visitFieldList() local
|
/external/llvm/unittests/IR/ |
D | PatternMatch.cpp | 57 Value *Leaf = IRB.CreateAdd(IRB.CreateAdd(Two, IRB.getInt32(8)), in TEST_F() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 175 BasicBlock* LowerSwitch::newLeafBlock(CaseRange& Leaf, Value* Val, in newLeafBlock()
|
/external/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 141 auto Leaf = LeafModuleMacros.find(II); in updateModuleMacroInfo() local 212 ArrayRef<ModuleMacro*> Leaf; in dumpMacroInfo() local
|
/external/llvm/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 295 BasicBlock* LowerSwitch::newLeafBlock(CaseRange& Leaf, Value* Val, in newLeafBlock()
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | refpolicy.py | 151 class Leaf(PolicyBase): class
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | IntervalMap.h | 913 typedef IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits> Leaf; typedef
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 934 typedef IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits> Leaf; typedef
|
/external/boringssl/src/ssl/test/runner/ |
D | common.go | 1516 Leaf *x509.Certificate member
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 2932 Record *Leaf) { in checkOperandClass()
|