Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp653 bool ForDeactivation) { in PopCleanupBlock() argument
662 if (ForDeactivation && (Scope.isNormalCleanup() || !getLangOpts().EHAsynch)) { in PopCleanupBlock()
1213 ForDeactivation enumerator
1266 llvm::Constant *value = CGF.Builder.getInt1(kind == ForDeactivation); in SetupCleanupBlockActivation()
1309 SetupCleanupBlockActivation(*this, C, ForDeactivation, dominatingIP); in DeactivateCleanupBlock()
H A DCodeGenFunction.h999 bool ForDeactivation = false);