Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.h68 unsigned IsNormalCleanup : 1; variable
294 CleanupBits.IsNormalCleanup = isNormal; in EHCleanupScope()
311 bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; } in isNormalCleanup()
H A DCGCleanup.cpp180 bool IsNormalCleanup = Kind & NormalCleanup; in pushCleanup() local
184 new (Buffer) EHCleanupScope(IsNormalCleanup, in pushCleanup()
190 if (IsNormalCleanup) in pushCleanup()