Home
last modified time | relevance | path

Searched refs:getPreviousSibling (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h109 DWARFDie getPreviousSibling() const;
355 Die = Die.getPreviousSibling();
402 : Die(It.Die), AtEnd(!It.Die.getPreviousSibling()) { in reverse_iterator()
404 Die = Die.getPreviousSibling(); in reverse_iterator()
409 llvm::DWARFDie D = Die.getPreviousSibling();
DDWARFUnit.h511 DWARFDie getPreviousSibling(const DWARFDebugInfoEntry *Die);
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTM.java314 public int getPreviousSibling(int nodeHandle); in getPreviousSibling() method
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseTraversers.java1372 return getPreviousSibling(current); in next()
1388 while (DTM.NULL != (current = getPreviousSibling(current))) in next()
DDTMNodeProxy.java405 public final Node getPreviousSibling() in getPreviousSibling() method in DTMNodeProxy
408 int newnode = dtm.getPreviousSibling(node); in getPreviousSibling()
DDTMDocumentImpl.java1198 public int getPreviousSibling(int nodeHandle) { in getPreviousSibling() method in DTMDocumentImpl
DDTMDefaultBase.java1176 public int getPreviousSibling(int nodeHandle) in getPreviousSibling() method in DTMDefaultBase
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp558 DWARFDie DWARFDie::getPreviousSibling() const { in getPreviousSibling() function in DWARFDie
560 return U->getPreviousSibling(Die); in getPreviousSibling()
DDWARFUnit.cpp589 DWARFDie DWARFUnit::getPreviousSibling(const DWARFDebugInfoEntry *Die) { in getPreviousSibling() function in DWARFUnit
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java83 public Node getPreviousSibling() {return null;} in getPreviousSibling() method in DOM2DTMdefaultNamespaceDeclarationNode
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemTemplateElement.java405 (ElemTemplateElement) oldChildElem.getPreviousSibling(); in replaceChild()
1339 public Node getPreviousSibling() in getPreviousSibling() method in ElemTemplateElement
DElemNumber.java688 int prevSibling = dtm.getPreviousSibling(context); in findPrecedingOrAncestorOrSelf()
872 int next = dtm.getPreviousSibling(pos); in getPreviousNode()
917 pos = dtm.getPreviousSibling(pos); in getPreviousNode()
DElemLiteralResult.java925 public Node getPreviousSibling() in getPreviousSibling() method
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java518 public Node getPreviousSibling() in getPreviousSibling() method in UnImplNode
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp539 IntDieDG = NullDieDG.getPreviousSibling(); in TestChildren()