Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.h99 CleanupBitFields CleanupBits; member
283 return sizeof(EHCleanupScope) + CleanupBits.CleanupSize; in getAllocatedSize()
294 CleanupBits.IsNormalCleanup = isNormal; in EHCleanupScope()
295 CleanupBits.IsEHCleanup = isEH; in EHCleanupScope()
296 CleanupBits.IsActive = true; in EHCleanupScope()
297 CleanupBits.IsLifetimeMarker = false; in EHCleanupScope()
298 CleanupBits.TestFlagInNormalCleanup = false; in EHCleanupScope()
299 CleanupBits.TestFlagInEHCleanup = false; in EHCleanupScope()
300 CleanupBits.CleanupSize = cleanupSize; in EHCleanupScope()
302 assert(CleanupBits.CleanupSize == cleanupSize && "cleanup size overflow"); in EHCleanupScope()
[all …]