Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h72 unsigned IsEHCleanup : 1; variable
296 CleanupBits.IsEHCleanup = isEH; in EHCleanupScope()
316 bool isEHCleanup() const { return CleanupBits.IsEHCleanup; } in isEHCleanup()
DCGCleanup.cpp189 bool IsEHCleanup = Kind & EHCleanup; in pushCleanup() local
194 IsEHCleanup, in pushCleanup()
202 if (IsEHCleanup) in pushCleanup()
/external/llvm-project/clang/lib/CodeGen/
DCGCleanup.h71 unsigned IsEHCleanup : 1; variable
295 CleanupBits.IsEHCleanup = isEH; in EHCleanupScope()
315 bool isEHCleanup() const { return CleanupBits.IsEHCleanup; } in isEHCleanup()
DCGCleanup.cpp181 bool IsEHCleanup = Kind & EHCleanup; in pushCleanup() local
185 IsEHCleanup, in pushCleanup()
192 if (IsEHCleanup) in pushCleanup()