Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/
DRewriteRope.cpp616 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/
DCVSymbolVisitor.h88 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/
DCVTypeVisitor.cpp76 uint8_t Leaf = Data.front(); in skipPadding() local
98 TypeLeafKind Leaf = TypeLeafKind(unsigned(*LeafPtr)); in visitFieldList() local
/external/llvm/unittests/IR/
DPatternMatch.cpp57 Value *Leaf = IRB.CreateAdd(IRB.CreateAdd(Two, IRB.getInt32(8)), in TEST_F() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerSwitch.cpp175 BasicBlock* LowerSwitch::newLeafBlock(CaseRange& Leaf, Value* Val, in newLeafBlock()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp141 auto Leaf = LeafModuleMacros.find(II); in updateModuleMacroInfo() local
212 ArrayRef<ModuleMacro*> Leaf; in dumpMacroInfo() local
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp295 BasicBlock* LowerSwitch::newLeafBlock(CaseRange& Leaf, Value* Val, in newLeafBlock()
/external/selinux/python/sepolgen/src/sepolgen/
Drefpolicy.py151 class Leaf(PolicyBase): class
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntervalMap.h913 typedef IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits> Leaf; typedef
/external/llvm/include/llvm/ADT/
DIntervalMap.h934 typedef IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits> Leaf; typedef
/external/boringssl/src/ssl/test/runner/
Dcommon.go1516 Leaf *x509.Certificate member
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2932 Record *Leaf) { in checkOperandClass()