Searched refs:CleanupSize (Results 1 – 1 of 1) sorted by relevance
88 unsigned CleanupSize : 12; variable284 return sizeof(EHCleanupScope) + CleanupBits.CleanupSize; in getAllocatedSize()299 CleanupBits.CleanupSize = cleanupSize; in EHCleanupScope()302 assert(CleanupBits.CleanupSize == cleanupSize && "cleanup size overflow"); in EHCleanupScope()351 size_t getCleanupSize() const { return CleanupBits.CleanupSize; } in getCleanupSize()