Searched refs:AllocationInfo (Results 1 – 3 of 3) sorted by relevance
292 struct AllocationInfo { struct298 AllocationInfo() = default; argument299 AllocationInfo( in AllocationInfo() function399 llvm::SmallVector<AllocationInfo> AllocSites;423 for (const AllocationInfo &N : AllocSites) in print()
654 struct AllocationInfo { struct658 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() function665 static AllocationInfo GetAllocationSite(ProgramStateManager &StateMgr, in GetAllocationSite()746 return AllocationInfo(AllocationNodeInCurrentOrParentContext, FirstBinding, in GetAllocationSite()886 AllocationInfo AllocI = in deriveAllocLocation()
5791 struct AllocationInfo { struct5838 It.second->~AllocationInfo(); in ~AAHeapToStackFunction()5863 AllocationInfo *AI = new (A.Allocator) AllocationInfo{CB}; in initialize()5915 if (AllocationInfo *AI = in isAssumedHeapToStack()5926 AllocationInfo &AI = *It.second; in isAssumedHeapToStackRemovedFree()5946 AllocationInfo &AI = *It.second; in manifest()6302 AllocationInfo &AI = *It.second; in updateImpl()6345 case AllocationInfo::STACK_DUE_TO_USE: in updateImpl()6350 case AllocationInfo::STACK_DUE_TO_FREE: in updateImpl()6353 AI.Status = AllocationInfo::INVALID; in updateImpl()[all …]