Searched refs:AllocationInfo (Results 1 – 2 of 2) sorted by relevance
660 struct AllocationInfo { struct664 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument671 static AllocationInfo GetAllocationSite(ProgramStateManager &StateMgr, in GetAllocationSite()752 return AllocationInfo(AllocationNodeInCurrentOrParentContext, FirstBinding, in GetAllocationSite()892 AllocationInfo AllocI = in deriveAllocLocation()
5745 struct AllocationInfo { struct5793 It.getSecond()->~AllocationInfo(); in ~AAHeapToStackFunction()5823 AllocationInfo *AI = new (A.Allocator) AllocationInfo{CB, Kind}; in initialize()5872 AllocationInfo &AI = *It.second; in isAssumedHeapToStackRemovedFree()5892 AllocationInfo &AI = *It.second; in manifest()6099 auto FreeCheck = [&](AllocationInfo &AI) { in updateImpl()6239 AllocationInfo &AI = *It.second; in updateImpl()6271 case AllocationInfo::STACK_DUE_TO_USE: in updateImpl()6276 case AllocationInfo::STACK_DUE_TO_FREE: in updateImpl()6279 AI.Status = AllocationInfo::INVALID; in updateImpl()[all …]