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()
453 const LocationContext *NContext = N->getLocationContext(); in getAllocationNode() local454 if (NContext == LeakContext || in getAllocationNode()455 NContext->isParentOf(LeakContext)) in getAllocationNode()
2956 const LocationContext *NContext = N->getLocationContext(); in getAllocationSite() local2957 if (NContext == LeakContext || in getAllocationSite()2958 NContext->isParentOf(LeakContext)) in getAllocationSite()
681 const LocationContext *NContext = N->getLocationContext(); in GetAllocationSite() local708 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()719 SVal RecV = St->getSVal(RecExpr, NContext); in GetAllocationSite()