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;
351 CleanupBits.IsNormalCleanup = isNormal;
375 bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; }
H A DCGCleanup.cpp154 bool IsNormalCleanup = Kind & NormalCleanup; in pushCleanup() local
167 new (Buffer) EHCleanupScope(IsNormalCleanup, in pushCleanup()
173 if (IsNormalCleanup) in pushCleanup()