Home
last modified time | relevance | path

Searched defs:isAncestor (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/IR/
DRegion.h205 bool isAncestor(Region *other) { in isAncestor() function
DOperation.h145 bool isAncestor(Operation *other) { in isAncestor() function
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseTraversers.java1223 protected boolean isAncestor(int contextIdent, int currentIdent) in isAncestor() method in DTMDefaultBaseTraversers.PrecedingTraverser