Home
last modified time | relevance | path

Searched refs:isEHCleanup (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.cpp314 if (cleanup.isEHCleanup()) cleanup.setTestFlagInEHCleanup(); in initFullExprCleanupWithFlag()
776 if (Scope.isEHCleanup()) in PopCleanupBlock()
1236 if (Scope.isEHCleanup() && in SetupCleanupBlockActivation()
H A DCGCleanup.h315 bool isEHCleanup() const { return CleanupBits.IsEHCleanup; } in isEHCleanup() function
H A DCGException.cpp747 return !cast<EHCleanupScope>(S).isEHCleanup(); in isNonEHScope()
857 hasCleanup = (hasCleanup || cast<EHCleanupScope>(*I).isEHCleanup()); in EmitLandingPad()