Searched defs:AllocationInfo (Results 1 – 3 of 3) sorted by relevance
326 struct AllocationInfo { struct339 AllocationInfo, argument
2202 struct AllocationInfo { struct2203 const ExplodedNode* N;2204 const MemRegion *R;2205 const LocationContext *InterestingMethodContext;2206 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument
29 class AllocationInfo; variable1474 AllocationInfo() : original_top_(nullptr), top_(nullptr), limit_(nullptr) {} in AllocationInfo() function1475 AllocationInfo(Address top, Address limit) in AllocationInfo() function