Searched refs:IsEHCleanup (Results 1 – 2 of 2) sorted by relevance
71 unsigned IsEHCleanup : 1; variable295 CleanupBits.IsEHCleanup = isEH; in EHCleanupScope()315 bool isEHCleanup() const { return CleanupBits.IsEHCleanup; } in isEHCleanup()
181 bool IsEHCleanup = Kind & EHCleanup; in pushCleanup() local185 IsEHCleanup, in pushCleanup()192 if (IsEHCleanup) in pushCleanup()198 if (CGF->getLangOpts().EHAsynch && IsEHCleanup && in pushCleanup()