Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.h71 unsigned IsEHCleanup : 1; variable
295 CleanupBits.IsEHCleanup = isEH; in EHCleanupScope()
315 bool isEHCleanup() const { return CleanupBits.IsEHCleanup; } in isEHCleanup()
H A DCGCleanup.cpp181 bool IsEHCleanup = Kind & EHCleanup; in pushCleanup() local
185 IsEHCleanup, in pushCleanup()
192 if (IsEHCleanup) in pushCleanup()
198 if (CGF->getLangOpts().EHAsynch && IsEHCleanup && in pushCleanup()