Home
last modified time | relevance | path

Searched refs:CleanupBits (Results 1 – 2 of 2) 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 …]
/external/llvm-project/clang/lib/CodeGen/
DCGCleanup.h100 CleanupBitFields CleanupBits; member
284 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 …]