Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.h69 unsigned IsNormalCleanup : 1; variable
295 CleanupBits.IsNormalCleanup = isNormal; in EHCleanupScope()
312 bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; } in isNormalCleanup()
H A DCGCleanup.cpp187 bool IsNormalCleanup = Kind & NormalCleanup; in pushCleanup() local
192 new (Buffer) EHCleanupScope(IsNormalCleanup, in pushCleanup()
199 if (IsNormalCleanup) in pushCleanup()