Searched refs:cleanupSize (Results 1 – 2 of 2) sorted by relevance
289 unsigned cleanupSize, unsigned fixupDepth, in EHCleanupScope() argument301 CleanupBits.CleanupSize = cleanupSize; in EHCleanupScope()303 assert(CleanupBits.CleanupSize == cleanupSize && "cleanup size overflow"); in EHCleanupScope()
287 EHCleanupScope(bool isNormal, bool isEH, unsigned cleanupSize, in EHCleanupScope() argument300 CleanupBits.CleanupSize = cleanupSize; in EHCleanupScope()302 assert(CleanupBits.CleanupSize == cleanupSize && "cleanup size overflow"); in EHCleanupScope()