Home
last modified time | relevance | path

Searched defs:isAncestorOf (Results 1 – 6 of 6) sorted by relevance

/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
DReportOutputFolder.java115 private boolean isAncestorOf(final ReportOutputFolder folder) { in isAncestorOf() method in ReportOutputFolder
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestLanguageGroup.java108 boolean isAncestorOf(String ancestor, String lang) { in isAncestorOf() method in TestLanguageGroup
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h525 bool isAncestorOf(const RefSCC &C) const { return C.isDescendantOf(*this); } in isAncestorOf() function
/external/cldr/tools/java/org/unicode/cldr/util/
DFindDTDOrder.java191 private boolean isAncestorOf(String possibleAncestor, String possibleDescendent) { in isAncestorOf() method in FindDTDOrder
/external/llvm-project/llvm/lib/Analysis/
DLazyCallGraph.cpp275 bool LazyCallGraph::SCC::isAncestorOf(const SCC &TargetC) const { in isAncestorOf() function in LazyCallGraph::SCC
377 bool LazyCallGraph::RefSCC::isAncestorOf(const RefSCC &RC) const { in isAncestorOf() function in LazyCallGraph::RefSCC
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp263 bool LazyCallGraph::SCC::isAncestorOf(const SCC &TargetC) const { in isAncestorOf() function in LazyCallGraph::SCC
365 bool LazyCallGraph::RefSCC::isAncestorOf(const RefSCC &RC) const { in isAncestorOf() function in LazyCallGraph::RefSCC