Searched refs:IsNormalCleanup (Results 1 – 2 of 2) sorted by relevance
76 unsigned IsNormalCleanup : 1;351 CleanupBits.IsNormalCleanup = isNormal;375 bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; }
154 bool IsNormalCleanup = Kind & NormalCleanup; in pushCleanup() local167 new (Buffer) EHCleanupScope(IsNormalCleanup, in pushCleanup()173 if (IsNormalCleanup) in pushCleanup()