Searched defs:AllocationInfo (Results 1 – 3 of 3) sorted by relevance
293 struct AllocationInfo { struct299 AllocationInfo() = default; argument300 AllocationInfo( in AllocationInfo() argument327 llvm::SmallVector<IndexedAllocationInfo> AllocSites; argument
656 struct AllocationInfo { struct657 const ExplodedNode* N;658 const MemRegion *R;659 const LocationContext *InterestingMethodContext;660 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument
6498 struct AllocationInfo { struct6500 CallBase *const CB;6503 LibFunc LibraryFunctionId = NotLibFunc;6506 enum {6510 } Status = STACK_DUE_TO_USE;6514 bool HasPotentiallyFreeingUnknownUses = false;6518 bool MoveAllocaIntoEntry = true;6521 SmallSetVector<CallBase *, 1> PotentialFreeCalls{};