Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h76 unsigned IsNormalCleanup : 1;
355 CleanupBits.IsNormalCleanup = isNormal;
380 bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; }
H A DCGCleanup.cpp158 bool IsNormalCleanup = Kind & NormalCleanup; in pushCleanup() local
172 new (Buffer) EHCleanupScope(IsNormalCleanup, in pushCleanup()
178 if (IsNormalCleanup) in pushCleanup()