Searched refs:IsEHCleanup (Results 1 – 2 of 2) sorted by relevance
80 unsigned IsEHCleanup : 1;356 CleanupBits.IsEHCleanup = isEH;384 bool isEHCleanup() const { return CleanupBits.IsEHCleanup; }
159 bool IsEHCleanup = Kind & EHCleanup; in pushCleanup() local169 IsEHCleanup = false; in pushCleanup()173 IsEHCleanup, in pushCleanup()180 if (IsEHCleanup) in pushCleanup()193 if (CGF->getLangOpts().EHAsynch && IsEHCleanup && !IsLifetimeMarker && in pushCleanup()