Searched refs:isParentOf (Results 1 – 13 of 13) sorted by relevance
488 bool isParentOf(const SCC &C) const;502 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); } in isChildOf()627 bool isParentOf(const RefSCC &RC) const;640 bool isChildOf(const RefSCC &RC) const { return RC.isParentOf(*this); } in isChildOf()
528 if (LCtx->isParentOf(ELCtx)) in isLive()585 return VarContext->isParentOf(CurrentContext); in isLive()
247 if (!B->getErrorNode()->getStackFrame()->isParentOf(N->getStackFrame())) in isVarAnInterestingCondition()1738 !OriginSFC->isParentOf(StoreSite->getStackFrame())) in VisitNode()1913 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) { in VisitNode()
2817 (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx))) in VisitAddedToCluster()
249 bool isParentOf(const LocationContext *LC) const;
240 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in getStartCallSite()
317 ReferrerFrame->isParentOf(PoppedFrame)) { in checkEndFunction()
464 NContext->isParentOf(LeakContext)) in getAllocationNode()
2719 NContext->isParentOf(LeakContext)) in getAllocationSite()3396 ReleaseDestructorLC->isParentOf(CurrentLC)) { in VisitNode()
476 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext
276 bool LazyCallGraph::SCC::isParentOf(const SCC &C) const { in isParentOf() function in LazyCallGraph::SCC400 bool LazyCallGraph::RefSCC::isParentOf(const RefSCC &RC) const { in isParentOf() function in LazyCallGraph::RefSCC
707 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()
1519 bool isParentOf(const TopologyNode& OtherNode) { in isParentOf() function