Searched refs:IsNormalCleanup (Results 1 – 2 of 2) sorted by relevance
67 unsigned IsNormalCleanup : 1; variable294 CleanupBits.IsNormalCleanup = isNormal; in EHCleanupScope()311 bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; } in isNormalCleanup()
183 bool IsNormalCleanup = Kind & NormalCleanup; in pushCleanup() local196 new (Buffer) EHCleanupScope(IsNormalCleanup, in pushCleanup()202 if (IsNormalCleanup) in pushCleanup()