Home
last modified time | relevance | path

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

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