Searched refs:IsEHCleanup (Results 1 – 2 of 2) sorted by relevance
80 unsigned IsEHCleanup : 1;352 CleanupBits.IsEHCleanup = isEH;379 bool isEHCleanup() const { return CleanupBits.IsEHCleanup; }
155 bool IsEHCleanup = Kind & EHCleanup; in pushCleanup() local164 IsEHCleanup = false; in pushCleanup()168 IsEHCleanup, in pushCleanup()175 if (IsEHCleanup) in pushCleanup()186 if (CGF->getLangOpts().EHAsynch && IsEHCleanup && !IsLifetimeMarker && in pushCleanup()