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

/external/clang/lib/CodeGen/
H A DCGCleanup.h55 unsigned IsNormalCleanup : 1;
261 CleanupBits.IsNormalCleanup = isNormal;
276 bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; }
H A DCGCleanup.cpp152 bool IsNormalCleanup = Kind & NormalCleanup; local
156 new (Buffer) EHCleanupScope(IsNormalCleanup,
163 if (IsNormalCleanup)

Completed in 80 milliseconds