Searched refs:NContext (Results 1 – 4 of 4) sorted by relevance
238 const LocationContext *NContext = N->getLocationContext(); in getStartCallSite() local239 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in getStartCallSite()
454 const LocationContext *NContext = N->getLocationContext(); in getAllocationNode() local455 if (NContext == LeakContext || in getAllocationNode()456 NContext->isParentOf(LeakContext)) in getAllocationNode()
2770 const LocationContext *NContext = N->getLocationContext(); in getAllocationSite() local2771 if (NContext == LeakContext || in getAllocationSite()2772 NContext->isParentOf(LeakContext)) in getAllocationSite()
680 const LocationContext *NContext = N->getLocationContext(); in GetAllocationSite() local707 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()718 SVal RecV = St->getSVal(RecExpr, NContext); in GetAllocationSite()