Home
last modified time | relevance | path

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

/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/
DAncestorDescendantTests.java47 assertFalse(node.isDescendantOf(node)); in nodeIsNotDescendantOfItself()
69 assertTrue(subNode.isDescendantOf(superNode)); in nodeInSameFileIsDescendantOfAncestor()
70 assertFalse(superNode.isDescendantOf(subNode)); in nodeInSameFileIsDescendantOfAncestor()
104 assertFalse(superNodeA.isDescendantOf(subNodeB)); in nodesInTwoDifferentFilesAreNotDescendantOrAncestorOfEachOther()
106 assertFalse(superNodeB.isDescendantOf(subNodeA)); in nodesInTwoDifferentFilesAreNotDescendantOrAncestorOfEachOther()
/external/parameter-framework/upstream/parameter/
DAreaConfiguration.cpp139 assert(_pConfigurableElement->isDescendantOf(pToAreaConfiguration->getConfigurableElement())); in copyToOuter()
148 assert(_pConfigurableElement->isDescendantOf(pFromAreaConfiguration->getConfigurableElement())); in copyFromOuter()
DElement.cpp451 bool CElement::isDescendantOf(const CElement *pCandidateAscendant) const in isDescendantOf() function in CElement
461 return _pParent->isDescendantOf(pCandidateAscendant); in isDescendantOf()
DElement.h106 bool isDescendantOf(const CElement *pCandidateAscendant) const;
DConfigurableDomain.cpp454 (pCandidateDescendantConfigurableElement->isDescendantOf( in findConfigurationBlackboard()
1056 if (pConfigurablePotentialDescendantElement->isDescendantOf(newElement)) { in mergeAlreadyAssociatedDescendantConfigurableElements()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DHasParentNode.java90 default boolean isDescendantOf(Node ancestor) { in isDescendantOf() method
/external/llvm-project/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp337 EXPECT_FALSE(D.isDescendantOf(D)); in TEST()
353 EXPECT_FALSE(B.isDescendantOf(D)); in TEST()
371 EXPECT_FALSE(C.isDescendantOf(D)); in TEST()
634 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()
635 EXPECT_TRUE(DC.isDescendantOf(AC)); in TEST()
657 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()
658 EXPECT_TRUE(DC.isDescendantOf(AC)); in TEST()
678 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()
679 EXPECT_TRUE(DC.isDescendantOf(AC)); in TEST()
699 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()
[all …]
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp222 EXPECT_FALSE(D.isDescendantOf(D)); in TEST()
237 EXPECT_FALSE(C.isDescendantOf(D)); in TEST()
252 EXPECT_FALSE(B.isDescendantOf(D)); in TEST()
500 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()
517 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()
534 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()
551 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()
568 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp249 bool LazyCallGraph::RefSCC::isDescendantOf(const RefSCC &C) const { in isDescendantOf() function in LazyCallGraph::RefSCC
679 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in switchOutgoingEdgeToCall()
699 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in switchOutgoingEdgeToRef()
734 assert(TargetC.isDescendantOf(*this) && in insertOutgoingEdge()
758 assert(SourceC.isDescendantOf(*this) && in insertIncomingRefEdge()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp895 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in switchOutgoingEdgeToCall()
917 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in switchOutgoingEdgeToRef()
954 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in insertOutgoingEdge()
970 assert(SourceC.isDescendantOf(*this) && in insertIncomingRefEdge()
1376 assert(TargetRC.isDescendantOf(*this) && in handleTrivialEdgeInsertion()
/external/llvm-project/llvm/lib/Analysis/
DLazyCallGraph.cpp907 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in switchOutgoingEdgeToCall()
929 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in switchOutgoingEdgeToRef()
966 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in insertOutgoingEdge()
982 assert(SourceC.isDescendantOf(*this) && in insertIncomingRefEdge()
1388 assert(TargetRC.isDescendantOf(*this) && in handleTrivialEdgeInsertion()
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h525 bool isAncestorOf(const RefSCC &C) const { return C.isDescendantOf(*this); } in isAncestorOf()
533 bool isDescendantOf(const RefSCC &C) const;
/external/llvm-project/llvm/include/llvm/Analysis/
DLazyCallGraph.h519 bool isDescendantOf(const SCC &C) const { return C.isAncestorOf(*this); } in isDescendantOf() function
654 bool isDescendantOf(const RefSCC &RC) const { in isDescendantOf() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h519 bool isDescendantOf(const SCC &C) const { return C.isAncestorOf(*this); } in isDescendantOf() function
654 bool isDescendantOf(const RefSCC &RC) const { in isDescendantOf() function
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...