Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp40 for (const auto &Leaf : PossibleLeaves) { in writeDOTGraphNode() local
53 for (const GIMatchTreeLeafInfo &Leaf : PossibleLeaves) { in writeDOTGraphNode() local
222 for (const auto &Leaf : Leaves) { in runStep() local
278 for (auto &Leaf : make_range(Leaves.begin(), FirstFullyTested)) in runStep() local
280 for (const auto &Leaf : make_range(FirstFullyTested, Leaves.end())) in runStep() local
286 for (const auto &Leaf : Leaves) { in runStep() local
364 for (auto &Leaf : Leaves) { in run() local
396 for (const auto &Leaf : enumerate(Leaves)) { in repartition() local
519 for (const auto &Leaf : enumerate(Leaves)) { in repartition() local
546 auto &Leaf = EnumeratedLeaf.value(); in applyForPartition() local
[all …]
/external/llvm-project/clang/unittests/Tooling/Syntax/
DSynthesisTest.cpp47 auto *Leaf = createLeaf(*Arena, tok::comma); in TEST_P() local
60 auto *Leaf = createLeaf(*Arena, tok::coloncolon); in TEST_P() local
70 auto *Leaf = createLeaf(*Arena, tok::kw_if); in TEST_P() local
83 auto *Leaf = createLeaf(*Arena, tok::kw_nullptr); in TEST_P() local
93 auto *Leaf = createLeaf(*Arena, tok::identifier, "a"); in TEST_P() local
103 auto *Leaf = createLeaf(*Arena, tok::numeric_constant, "1"); in TEST_P() local
/external/bcc/tests/python/
Dtest_trace1.py18 Leaf = None variable
22 class Leaf(Structure): class
Dtest_stat1.py21 Leaf = None variable
26 class Leaf(Structure): class
/external/bcc/examples/networking/http_filter/
Dhttp-parse-complete.c15 struct Leaf { struct
20 //map <Key, Leaf> argument
/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-project/clang/lib/Rewrite/
DRewriteRope.cpp621 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in Destroy() local
635 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in split() local
649 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in insert() local
658 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in erase() local
739 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(getRoot(Root))) in clear() local
/external/bcc/examples/networking/dns_matching/
Ddns_matching.c49 struct Leaf { struct
54 BPF_HASH(cache, struct Key, struct Leaf, 128); argument
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypes.h46 std::shared_ptr<detail::LeafRecordBase> Leaf; member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypes.h46 std::shared_ptr<detail::LeafRecordBase> Leaf; member
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/convert/
DTestBeanConversions.java64 static class Leaf { class in TestBeanConversions
67 public Leaf() { } in Leaf() method in TestBeanConversions.Leaf
68 public Leaf(int v) { value = v; } in Leaf() method in TestBeanConversions.Leaf
/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/cpu_features/include/internal/
Dcpuid_x86.h27 } Leaf; typedef
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DTestConversions.java30 static class Leaf { class in TestConversions
33 public Leaf() { } in Leaf() method in TestConversions.Leaf
34 public Leaf(int v) { value = v; } in Leaf() method in TestConversions.Leaf
/external/llvm-project/clang/test/SemaObjC/
Dsubclassing-restricted-attr.m6 @interface Leaf // okay interface
/external/dagger2/javatests/dagger/functional/producers/aot/
DProducesMethodShadowsInjectConstructorTest.java75 interface Leaf { interface in ProducesMethodShadowsInjectConstructorTest
/external/llvm-project/clang/lib/Tooling/Syntax/
DSynthesis.cpp46 auto *Leaf = new (A.getAllocator()) syntax::Leaf(Tokens.begin()); in createLeaf() local
/external/grpc-grpc-java/context/src/main/java/io/grpc/
DPersistentHashArrayMappedTrie.java73 static final class Leaf<K,V> implements Node<K,V> { class in PersistentHashArrayMappedTrie
77 public Leaf(K key, V value) { in Leaf() method in PersistentHashArrayMappedTrie.Leaf
/external/rust/crates/arbitrary/tests/
Dderive.rs118 Leaf, enumerator
/external/llvm/unittests/IR/
DPatternMatch.cpp57 Value *Leaf = IRB.CreateAdd(IRB.CreateAdd(Two, IRB.getInt32(8)), in TEST_F() local
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dboosted_trees.proto31 message Leaf { message
/external/swiftshader/third_party/subzero/src/
DIceTimerTree.cpp187 TimerIdT Leaf = Nodes[StackTop].Interior; in update() local
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIO.cpp160 static bool MkDirRecursiveInner(const std::string &Leaf) { in MkDirRecursiveInner()
/external/llvm-project/mlir/lib/TableGen/
DPredicate.cpp91 Leaf, enumerator

123