Searched refs:CleanupSize (Results 1 – 1 of 1) sorted by relevance
71 unsigned CleanupSize : 12; variable252 return sizeof(EHCleanupScope) + CleanupBits.CleanupSize; in getAllocatedSize()266 CleanupBits.CleanupSize = cleanupSize; in EHCleanupScope()269 assert(CleanupBits.CleanupSize == cleanupSize && "cleanup size overflow"); in EHCleanupScope()309 size_t getCleanupSize() const { return CleanupBits.CleanupSize; } in getCleanupSize()