Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h91 CleanupBitFields CleanupBits; member
254 return sizeof(EHCleanupScope) + CleanupBits.CleanupSize; in getAllocatedSize()
263 CleanupBits.IsNormalCleanup = isNormal; in EHCleanupScope()
264 CleanupBits.IsEHCleanup = isEH; in EHCleanupScope()
265 CleanupBits.IsActive = isActive; in EHCleanupScope()
266 CleanupBits.TestFlagInNormalCleanup = false; in EHCleanupScope()
267 CleanupBits.TestFlagInEHCleanup = false; in EHCleanupScope()
268 CleanupBits.CleanupSize = cleanupSize; in EHCleanupScope()
269 CleanupBits.FixupDepth = fixupDepth; in EHCleanupScope()
271 assert(CleanupBits.CleanupSize == cleanupSize && "cleanup size overflow"); in EHCleanupScope()
[all …]