Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypes.h46 std::shared_ptr<detail::LeafRecordBase> Leaf; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTimerTree.cpp187 TimerIdT Leaf = Nodes[StackTop].Interior; in update() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp91 uint8_t Leaf = Reader->peek(); in skipPadding() local
DCVTypeVisitor.cpp170 TypeLeafKind Leaf; in visitFieldListMemberStream() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp333 BasicBlock *LowerSwitch::newLeafBlock(CaseRange &Leaf, Value *Val, in newLeafBlock()
/third_party/python/Lib/lib2to3/
Dpytree.py317 class Leaf(Base): class
/third_party/python/Tools/peg_generator/pegen/
Dgrammar.py132 class Leaf: class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp801 for (const auto &Leaf : Leafs) { in toDebugT() local
/third_party/rust/crates/serde/test_suite/tests/
Dtest_gen.rs137 Leaf { in test_gen() enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntervalMap.h935 using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>; variable