Home
last modified time | relevance | path

Searched refs:IsEHCleanup (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCleanup.h70 unsigned IsEHCleanup : 1; variable
295 CleanupBits.IsEHCleanup = isEH; in EHCleanupScope()
315 bool isEHCleanup() const { return CleanupBits.IsEHCleanup; } in isEHCleanup()
H A DCGCleanup.cpp184 bool IsEHCleanup = Kind & EHCleanup; in pushCleanup() local
193 IsEHCleanup = false; in pushCleanup()
197 IsEHCleanup, in pushCleanup()
204 if (IsEHCleanup) in pushCleanup()
210 if (CGF->getLangOpts().EHAsynch && IsEHCleanup && !IsLifetimeMarker && in pushCleanup()