/external/auto/value/src/main/java/com/google/auto/value/processor/ |
D | MissingTypes.java | 90 public Void visitError(ErrorType t, TypeMirrorSet visiting) { in visitError() argument 95 public Void visitArray(ArrayType t, TypeMirrorSet visiting) { in visitArray() argument 96 return t.getComponentType().accept(this, visiting); in visitArray() 100 public Void visitDeclared(DeclaredType t, TypeMirrorSet visiting) { in visitDeclared() argument 101 if (visiting.add(t)) { in visitDeclared() 102 visitAll(t.getTypeArguments(), visiting); in visitDeclared() local 108 public Void visitTypeVariable(TypeVariable t, TypeMirrorSet visiting) { in visitTypeVariable() argument 109 if (visiting.add(t)) { in visitTypeVariable() 110 t.getLowerBound().accept(this, visiting); in visitTypeVariable() 111 t.getUpperBound().accept(this, visiting); in visitTypeVariable() [all …]
|
/external/llvm-project/mlir/test/IR/ |
D | print-ir-nesting.mlir | 3 // CHECK: visiting op: 'module' with 0 operands and 0 results 10 // CHECK: visiting op: 'dialect.op1' with 0 operands and 4 results 17 // CHECK: visiting op: 'dialect.op2' with 0 operands and 0 results 23 // CHECK: visiting op: 'dialect.innerop1' with 2 operands and 0 results 31 // CHECK: visiting op: 'dialect.innerop2' with 0 operands and 0 results 34 // CHECK: visiting op: 'dialect.innerop3' with 3 operands and 0 results 39 // CHECK: visiting op: 'dialect.innerop4' with 0 operands and 0 results 42 // CHECK: visiting op: 'dialect.innerop5' with 0 operands and 0 results 47 // CHECK: visiting op: 'dialect.innerop6' with 0 operands and 0 results 50 // CHECK: visiting op: 'dialect.innerop7' with 0 operands and 0 results [all …]
|
/external/auto/common/src/main/java/com/google/auto/common/ |
D | MoreTypes.java | 117 Set<ComparedElements> visiting; field in MoreTypes.EqualVisitorParam 177 return equal(a.getComponentType(), b.getComponentType(), p.visiting); in visitArray() 190 p.visiting, aElement, a.getTypeArguments(), bElement, b.getTypeArguments()); in visitDeclared() 191 if (newVisiting.equals(p.visiting)) { in visitDeclared() 217 return equalLists(a.getParameterTypes(), b.getParameterTypes(), p.visiting) in visitExecutable() 218 && equal(a.getReturnType(), b.getReturnType(), p.visiting) in visitExecutable() 219 && equalLists(a.getThrownTypes(), b.getThrownTypes(), p.visiting) in visitExecutable() 220 && equalLists(a.getTypeVariables(), b.getTypeVariables(), p.visiting); in visitExecutable() 229 return equalLists(a.getBounds(), b.getBounds(), p.visiting); in visitIntersection() 240 Set<ComparedElements> newVisiting = visitingSetPlus(p.visiting, aElement, bElement); in visitTypeVariable() [all …]
|
/external/libabigail/src/ |
D | abg-traverse.cc | 28 priv(bool visiting = false) in priv() 29 : visiting_(visiting) in priv() 48 traversable_base::visiting() const in visiting() function in abigail::ir::traversable_base 61 traversable_base::visiting(bool f) in visiting() function in abigail::ir::traversable_base
|
D | abg-ir.cc | 6903 if (visiting()) in traverse() 6908 visiting(true); in traverse() 6915 visiting(false); in traverse() 13634 if (visiting()) in traverse() 13642 visiting(true); in traverse() 13649 visiting(false); in traverse() 13767 if (visiting()) in traverse() 13772 visiting(true); in traverse() 13784 visiting(false); in traverse() 14090 if (visiting()) in traverse() [all …]
|
/external/angle/src/compiler/translator/ |
D | CallDAG.cpp | 90 : definitionNode(nullptr), name(""), index(0), indexAssigned(false), visiting(false) in CreatorFunctionData() 98 bool visiting; member 180 if (function->visiting) in assignIndicesInternal() 182 function->visiting = false; in assignIndicesInternal() 204 function->visiting = true; in assignIndicesInternal() 212 if (callee->visiting) in assignIndicesInternal() 232 if (function->visiting) in assignIndicesInternal()
|
/external/libabigail/include/ |
D | abg-traverse.h | 49 bool visiting() const; 51 void visiting(bool f);
|
/external/llvm-project/mlir/docs/Tutorials/ |
D | UnderstandingTheIRStructure.md | 36 printIndent() << "visiting op: '" << op->getName() << "' with " 120 visiting op: 'module' with 0 operands and 0 results 124 visiting op: 'dialect.op1' with 0 operands and 4 results 128 visiting op: 'dialect.op2' with 0 operands and 0 results 132 visiting op: 'dialect.innerop1' with 2 operands and 0 results 136 visiting op: 'dialect.innerop2' with 0 operands and 0 results 138 visiting op: 'dialect.innerop3' with 3 operands and 0 results 141 visiting op: 'dialect.innerop4' with 0 operands and 0 results 143 visiting op: 'dialect.innerop5' with 0 operands and 0 results 146 visiting op: 'dialect.innerop6' with 0 operands and 0 results [all …]
|
/external/antlr/runtime/ObjC/Framework/ |
D | TreeVisitorAction.m | 61 /** Execute an action before visiting children of t. Return t or 75 /** Execute an action after visiting children of t. Return t or 114 /** Execute an action before visiting children of t. Return t or 125 /** Execute an action after visiting children of t. Return t or
|
D | UnbufferedCommonTreeNodeStream.h | 112 #pragma mark Node visiting
|
/external/libusb/ |
D | TODO | 1 Please see the libusb roadmap by visiting:
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | inline-ptrtoint-different-sizes.ll | 4 ; crashes when visiting the trunc in pr47969_help and the icmp in
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | dag-combine-lifetime-end-store-typesize.ll | 4 ; scalable'. This warning appeared in DAGCombiner::visitLIFETIME_END when visiting a LIFETIME_END
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | extract-subvector-equal-length.ll | 4 ; Test for ICE in SelectionDAG::computeKnownBits when visiting EXTRACT_SUBVECTOR
|
/external/guice/core/test/com/google/inject/spi/ |
D | SpiBindingsTest.java | 385 final AtomicBoolean visiting = new AtomicBoolean(false); in testExtensionSpi() local 403 if (visiting.get()) { in testExtensionSpi() 421 visiting.set(true); in testExtensionSpi()
|
/external/llvm-project/llvm/test/Transforms/JumpThreading/ |
D | conservative-lvi.ll | 36 ; visiting predecessors, it could get into an infinite loop.
|
/external/llvm/test/Transforms/JumpThreading/ |
D | conservative-lvi.ll | 36 ; visiting predecessors, it could get into an infinite loop.
|
/external/libwebsockets/minimal-examples/raw/minimal-raw-proxy-fallback/ |
D | README.md | 48 At the same time, visiting http(s)://127.0.0.1:7681 in a browser works fine.
|
/external/llvm-project/llvm/test/Transforms/Util/PredicateInfo/ |
D | ordering.ll | 6 ; Make sure we are visiting the values to build predicate infos for in a
|
/external/opencensus-java/exporters/stats/prometheus/ |
D | README.md | 67 In this example, you should be able to see all the OpenCensus Prometheus metrics by visiting
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | translate-constant-dag.ll | 33 ; Check that we're visiting constants with shared parts
|
/external/skia/site/docs/dev/tools/ |
D | markdown.md | 15 page will render by visiting the skia.org site and add a query parameter `cl`
|
/external/mesa3d/docs/relnotes/ |
D | 18.1.1.rst | 122 - spirv: fix visiting inner loops with same break/continue block
|
D | 18.0.5.rst | 126 - spirv: fix visiting inner loops with same break/continue block
|
/external/angle/doc/ |
D | WritingShaderASTTransformations.md | 16 **TIntermTraverser**: This traverses the tree recursively, visiting all nodes. Override the visit* …
|