/external/llvm-project/llvm/utils/TableGen/GlobalISel/ |
D | GIMatchTree.cpp | 40 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/ |
D | SynthesisTest.cpp | 47 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/ |
D | test_trace1.py | 18 Leaf = None variable 22 class Leaf(Structure): class
|
D | test_stat1.py | 21 Leaf = None variable 26 class Leaf(Structure): class
|
/external/bcc/examples/networking/http_filter/ |
D | http-parse-complete.c | 15 struct Leaf { struct 20 //map <Key, Leaf> argument
|
/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-project/clang/lib/Rewrite/ |
D | RewriteRope.cpp | 621 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/ |
D | dns_matching.c | 49 struct Leaf { struct 54 BPF_HASH(cache, struct Key, struct Leaf, 128); argument
|
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLTypes.h | 46 std::shared_ptr<detail::LeafRecordBase> Leaf; member
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLTypes.h | 46 std::shared_ptr<detail::LeafRecordBase> Leaf; member
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/convert/ |
D | TestBeanConversions.java | 64 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/ |
D | CVTypeVisitor.cpp | 76 uint8_t Leaf = Data.front(); in skipPadding() local 98 TypeLeafKind Leaf = TypeLeafKind(unsigned(*LeafPtr)); in visitFieldList() local
|
/external/cpu_features/include/internal/ |
D | cpuid_x86.h | 27 } Leaf; typedef
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/ |
D | TestConversions.java | 30 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/ |
D | subclassing-restricted-attr.m | 6 @interface Leaf // okay interface
|
/external/dagger2/javatests/dagger/functional/producers/aot/ |
D | ProducesMethodShadowsInjectConstructorTest.java | 75 interface Leaf { interface in ProducesMethodShadowsInjectConstructorTest
|
/external/llvm-project/clang/lib/Tooling/Syntax/ |
D | Synthesis.cpp | 46 auto *Leaf = new (A.getAllocator()) syntax::Leaf(Tokens.begin()); in createLeaf() local
|
/external/grpc-grpc-java/context/src/main/java/io/grpc/ |
D | PersistentHashArrayMappedTrie.java | 73 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/ |
D | derive.rs | 118 Leaf, enumerator
|
/external/llvm/unittests/IR/ |
D | PatternMatch.cpp | 57 Value *Leaf = IRB.CreateAdd(IRB.CreateAdd(Two, IRB.getInt32(8)), in TEST_F() local
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/ |
D | boosted_trees.proto | 31 message Leaf { message
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTimerTree.cpp | 187 TimerIdT Leaf = Nodes[StackTop].Interior; in update() local
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerIO.cpp | 160 static bool MkDirRecursiveInner(const std::string &Leaf) { in MkDirRecursiveInner()
|
/external/llvm-project/mlir/lib/TableGen/ |
D | Predicate.cpp | 91 Leaf, enumerator
|