Home
last modified time | relevance | path

Searched refs:hasChildren (Results 1 – 25 of 75) sorted by relevance

123

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.h59 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()
DDWARFCompileUnit.cpp118 if (curr_die_abbrev->hasChildren()) in setDIERelations()
180 if (abbrDecl->hasChildren()) in extractDIEsIfNeeded()
DDWARFAbbreviationDeclaration.h33 bool hasChildren() const { return HasChildren; } in hasChildren() function
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren() function
73 return hasChildren() ? this + 1 : nullptr; in getFirstChild()
DDWARFAbbreviationDeclaration.h33 bool hasChildren() const { return HasChildren; } in hasChildren() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); } in hasChildren() function
DDWARFDie.h79 bool hasChildren() const { in hasChildren() function
81 return Die->hasChildren(); in hasChildren()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPUtilsImpl.java437 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()
DXMPSerializerRDF.java688 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()
DXMPNode.java348 public boolean hasChildren() in hasChildren() method in XMPNode
674 if (hasChildren())
783 if (recursive && hasChildren())
DXMPIteratorImpl.java314 (!getOptions().isJustLeafnodes() || !visitedNode.hasChildren())) in reportNode()
582 if (!getOptions().isJustLeafnodes() || !child.hasChildren())
DXMPNormalizer.java384 else if (baseNode.hasChildren()) in moveExplicitAliases()
503 if (!schema.hasChildren()) in deleteEmptySchemas()
602 if (dcRightsArray == null || !dcRightsArray.hasChildren()) in migrateAudioCopyright()
/external/catch2/include/internal/
Dcatch_test_case_tracker.h42 virtual bool hasChildren() const = 0;
112 bool hasChildren() const override;
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp116 if (Die.hasChildren()) { in computeSizeAndOffset()
118 assert(Abbrev.hasChildren() && "Children flag not set"); in computeSizeAndOffset()
/external/skqp/experimental/svg/model/
DSkSVGPattern.cpp123 if (!contentNode->hasChildren()) { in resolveHref()
127 if (contentNode->hasChildren() && !didInherit) { in resolveHref()
DSkSVGContainer.h27 bool hasChildren() const final;
DSkSVGContainer.cpp20 bool SkSVGContainer::hasChildren() const { in hasChildren() function in SkSVGContainer
DSkSVGNode.h86 virtual bool hasChildren() const { return false; } in hasChildren() function
/external/skia/experimental/svg/model/
DSkSVGPattern.cpp123 if (!contentNode->hasChildren()) { in resolveHref()
127 if (contentNode->hasChildren() && !didInherit) { in resolveHref()
DSkSVGContainer.h27 bool hasChildren() const final;
DSkSVGContainer.cpp20 bool SkSVGContainer::hasChildren() const { in hasChildren() function in SkSVGContainer
DSkSVGNode.h86 virtual bool hasChildren() const { return false; } in hasChildren() function
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DMarker.java83 public boolean hasChildren(); in hasChildren() method
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp188 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/
DDWARFAbbreviationDeclaration.cpp71 OS << "\tDW_CHILDREN_" << (hasChildren() ? "yes" : "no") << '\n'; in dump()

123