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

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

Completed in 862 milliseconds