Home
last modified time | relevance | path

Searched refs:CleanupBits (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGCleanup.h101 CleanupBitFields CleanupBits; member
285 return sizeof(EHCleanupScope) + CleanupBits.CleanupSize; in getAllocatedSize()
295 CleanupBits.IsNormalCleanup = isNormal; in EHCleanupScope()
296 CleanupBits.IsEHCleanup = isEH; in EHCleanupScope()
297 CleanupBits.IsActive = isActive; in EHCleanupScope()
298 CleanupBits.IsLifetimeMarker = false; in EHCleanupScope()
299 CleanupBits.TestFlagInNormalCleanup = false; in EHCleanupScope()
300 CleanupBits.TestFlagInEHCleanup = false; in EHCleanupScope()
301 CleanupBits.CleanupSize = cleanupSize; in EHCleanupScope()
303 assert(CleanupBits.CleanupSize == cleanupSize && "cleanup size overflow"); in EHCleanupScope()
[all …]