Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp335 EXPECT_FALSE(D.isDescendantOf(D)); in TEST()
351 EXPECT_FALSE(C.isDescendantOf(D)); in TEST()
367 EXPECT_FALSE(B.isDescendantOf(D)); in TEST()
632 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()
633 EXPECT_TRUE(DC.isDescendantOf(AC)); in TEST()
655 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()
656 EXPECT_TRUE(DC.isDescendantOf(AC)); in TEST()
676 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()
677 EXPECT_TRUE(DC.isDescendantOf(AC)); in TEST()
697 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-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp882 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in switchOutgoingEdgeToCall()
904 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in switchOutgoingEdgeToRef()
941 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in insertOutgoingEdge()
957 assert(SourceC.isDescendantOf(*this) && in insertIncomingRefEdge()
1363 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/swiftshader/third_party/llvm-7.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