Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h69 unsigned IsNormalCleanup : 1; variable
295 CleanupBits.IsNormalCleanup = isNormal; in EHCleanupScope()
312 bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; } in isNormalCleanup()
DCGCleanup.cpp188 bool IsNormalCleanup = Kind & NormalCleanup; in pushCleanup() local
193 new (Buffer) EHCleanupScope(IsNormalCleanup, in pushCleanup()
200 if (IsNormalCleanup) in pushCleanup()