Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h60 unsigned IsEHCleanup : 1; variable
264 CleanupBits.IsEHCleanup = isEH; in EHCleanupScope()
282 bool isEHCleanup() const { return CleanupBits.IsEHCleanup; } in isEHCleanup()
DCGCleanup.cpp159 bool IsEHCleanup = Kind & EHCleanup; in pushCleanup() local
163 IsEHCleanup, in pushCleanup()
171 if (IsEHCleanup) in pushCleanup()