Searched defs:AllocationInfo (Results 1 – 2 of 2) sorted by relevance
2201 struct AllocationInfo { struct2202 const ExplodedNode* N;2203 const MemRegion *R;2204 const LocationContext *InterestingMethodContext;2205 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument
99 class AllocationInfo; variable1484 AllocationInfo() : top_(nullptr), limit_(nullptr) {} in AllocationInfo() function1485 AllocationInfo(Address top, Address limit) : top_(top), limit_(limit) {} in AllocationInfo() function