Searched refs:isParentOf (Results 1 – 14 of 14) sorted by relevance
332 EXPECT_FALSE(D.isParentOf(D)); in TEST()348 EXPECT_TRUE(C.isParentOf(D)); in TEST()364 EXPECT_TRUE(B.isParentOf(D)); in TEST()382 EXPECT_TRUE(A.isParentOf(B)); in TEST()383 EXPECT_TRUE(A.isParentOf(C)); in TEST()384 EXPECT_FALSE(A.isParentOf(D)); in TEST()622 EXPECT_TRUE(ARC.isParentOf(BRC)); in TEST()623 EXPECT_TRUE(AC.isParentOf(BC)); in TEST()624 EXPECT_TRUE(ARC.isParentOf(CRC)); in TEST()625 EXPECT_TRUE(AC.isParentOf(CC)); in TEST()[all …]
219 EXPECT_FALSE(D.isParentOf(D)); in TEST()234 EXPECT_TRUE(C.isParentOf(D)); in TEST()249 EXPECT_TRUE(B.isParentOf(D)); in TEST()266 EXPECT_TRUE(A.isParentOf(B)); in TEST()267 EXPECT_TRUE(A.isParentOf(C)); in TEST()268 EXPECT_FALSE(A.isParentOf(D)); in TEST()495 EXPECT_TRUE(ARC.isParentOf(BRC)); in TEST()496 EXPECT_TRUE(ARC.isParentOf(CRC)); in TEST()497 EXPECT_FALSE(ARC.isParentOf(DRC)); in TEST()514 EXPECT_TRUE(ARC.isParentOf(DRC)); in TEST()[all …]
499 bool isParentOf(const SCC &C) const;513 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); } in isChildOf()634 bool isParentOf(const RefSCC &RC) const;647 bool isChildOf(const RefSCC &RC) const { return RC.isParentOf(*this); } in isChildOf()
508 if (LCtx->isParentOf(ELCtx)) in isLive()559 return VarContext->isParentOf(CurrentContext); in isLive()
835 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) { in VisitNode()
2336 (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx))) in VisitAddedToCluster()
241 bool isParentOf(const LocationContext *LC) const;
504 NContext->isParentOf(LeakContext)) in getAllocationNode()
2050 NContext->isParentOf(LeakContext)) in getAllocationSite()
2254 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()
522 bool isParentOf(const RefSCC &C) const { return C.isChildOf(*this); } in isParentOf() function
460 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext
237 bool LazyCallGraph::SCC::isParentOf(const SCC &C) const { in isParentOf() function in LazyCallGraph::SCC338 bool LazyCallGraph::RefSCC::isParentOf(const RefSCC &RC) const { in isParentOf() function in LazyCallGraph::RefSCC
1532 bool isParentOf(const TopologyNode& OtherNode) { in isParentOf() function