Searched defs:AllocationInfo (Results 1 – 3 of 3) sorted by relevance
292 struct AllocationInfo { struct298 AllocationInfo() = default; argument299 AllocationInfo( in AllocationInfo() function326 llvm::SmallVector<IndexedAllocationInfo> AllocSites; argument
654 struct AllocationInfo { struct655 const ExplodedNode* N;656 const MemRegion *R;657 const LocationContext *InterestingMethodContext;658 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument
5791 struct AllocationInfo { struct5793 CallBase *const CB;5796 LibFunc LibraryFunctionId = NotLibFunc;5799 enum {5803 } Status = STACK_DUE_TO_USE;5807 bool HasPotentiallyFreeingUnknownUses = false;5811 bool MoveAllocaIntoEntry = true;5814 SmallSetVector<CallBase *, 1> PotentialFreeCalls{};