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

/external/clang/lib/CodeGen/
H A DCGCleanup.h72 unsigned IsEHCleanup : 1;
296 CleanupBits.IsEHCleanup = isEH;
316 bool isEHCleanup() const { return CleanupBits.IsEHCleanup; }
H A DCGCleanup.cpp189 bool IsEHCleanup = Kind & EHCleanup; local
194 IsEHCleanup,
202 if (IsEHCleanup)

Completed in 400 milliseconds