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

/external/clang/lib/CodeGen/
H A DCGCleanup.h57 unsigned IsNormalCleanup : 1;
272 CleanupBits.IsNormalCleanup = isNormal;
287 bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; }
H A DCGCleanup.cpp158 bool IsNormalCleanup = Kind & NormalCleanup; local
162 new (Buffer) EHCleanupScope(IsNormalCleanup,
169 if (IsNormalCleanup)

Completed in 271 milliseconds