/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugInfoEntry.h | 59 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren() function 81 return hasChildren() ? this + 1 : 0; in getFirstChild() 84 return hasChildren() ? this + 1 : 0; in getFirstChild()
|
D | DWARFCompileUnit.cpp | 118 if (curr_die_abbrev->hasChildren()) in setDIERelations() 180 if (abbrDecl->hasChildren()) in extractDIEsIfNeeded()
|
D | DWARFAbbreviationDeclaration.h | 33 bool hasChildren() const { return HasChildren; } in hasChildren() function
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren() function 73 return hasChildren() ? this + 1 : nullptr; in getFirstChild()
|
D | DWARFAbbreviationDeclaration.h | 33 bool hasChildren() const { return HasChildren; } in hasChildren() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); } in hasChildren() function
|
D | DWARFDie.h | 79 bool hasChildren() const { in hasChildren() function 81 return Die->hasChildren(); in hasChildren()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPUtilsImpl.java | 437 if (parent.getOptions().isSchemaNode() && !parent.hasChildren()) in removeProperties() 552 if (!destSchema.hasChildren() && (createdSchema || deleteEmptyValues)) in appendProperties() 584 return !schemaNode.hasChildren(); in removeSchemaChildren() 608 !sourceNode.hasChildren(); in appendSubtree() 652 if (deleteEmptyValues && !destNode.hasChildren()) in appendSubtree() 681 if (!destNode.hasChildren()) in appendSubtree() 691 || !destNode.hasChildren()) in appendSubtree()
|
D | XMPSerializerRDF.java | 688 if (!node.hasChildren()) in serializeCompactRDFStructProp() 1077 if (!node.hasChildren()) in serializePrettyRDFProperty() 1146 if (isStartTag || arrayNode.hasChildren()) in emitRDFArrayTag() 1164 if (isStartTag && !arrayNode.hasChildren()) in emitRDFArrayTag()
|
D | XMPNode.java | 348 public boolean hasChildren() in hasChildren() method in XMPNode 674 if (hasChildren()) 783 if (recursive && hasChildren())
|
D | XMPIteratorImpl.java | 314 (!getOptions().isJustLeafnodes() || !visitedNode.hasChildren())) in reportNode() 582 if (!getOptions().isJustLeafnodes() || !child.hasChildren())
|
D | XMPNormalizer.java | 384 else if (baseNode.hasChildren()) in moveExplicitAliases() 503 if (!schema.hasChildren()) in deleteEmptySchemas() 602 if (dcRightsArray == null || !dcRightsArray.hasChildren()) in migrateAudioCopyright()
|
/external/catch2/include/internal/ |
D | catch_test_case_tracker.h | 42 virtual bool hasChildren() const = 0; 112 bool hasChildren() const override;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 116 if (Die.hasChildren()) { in computeSizeAndOffset() 118 assert(Abbrev.hasChildren() && "Children flag not set"); in computeSizeAndOffset()
|
/external/skqp/experimental/svg/model/ |
D | SkSVGPattern.cpp | 123 if (!contentNode->hasChildren()) { in resolveHref() 127 if (contentNode->hasChildren() && !didInherit) { in resolveHref()
|
D | SkSVGContainer.h | 27 bool hasChildren() const final;
|
D | SkSVGContainer.cpp | 20 bool SkSVGContainer::hasChildren() const { in hasChildren() function in SkSVGContainer
|
D | SkSVGNode.h | 86 virtual bool hasChildren() const { return false; } in hasChildren() function
|
/external/skia/experimental/svg/model/ |
D | SkSVGPattern.cpp | 123 if (!contentNode->hasChildren()) { in resolveHref() 127 if (contentNode->hasChildren() && !didInherit) { in resolveHref()
|
D | SkSVGContainer.h | 27 bool hasChildren() const final;
|
D | SkSVGContainer.cpp | 20 bool SkSVGContainer::hasChildren() const { in hasChildren() function in SkSVGContainer
|
D | SkSVGNode.h | 86 virtual bool hasChildren() const { return false; } in hasChildren() function
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/ |
D | Marker.java | 83 public boolean hasChildren(); in hasChildren() method
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 188 DIEAbbrev Abbrev(Tag, hasChildren()); in generateAbbrev() 254 << dwarf::ChildrenString(hasChildren()) << "\n"; in print() 296 if (hasChildren()) { in computeOffsetsAndAbbrevs() 298 assert(Abbrev.hasChildren() && "Children flag not set"); in computeOffsetsAndAbbrevs()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 71 OS << "\tDW_CHILDREN_" << (hasChildren() ? "yes" : "no") << '\n'; in dump()
|