Home
last modified time | relevance | path

Searched refs:isDescendantOf (Results 1 – 7 of 7) 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.cpp447 bool CElement::isDescendantOf(const CElement *pCandidateAscendant) const in isDescendantOf() function in CElement
457 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/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/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;