Searched refs:isNormalCleanup (Results 1 – 2 of 2) sorted by relevance
301 if (cleanup.isNormalCleanup()) cleanup.setTestFlagInNormalCleanup(); in initFullExprCleanupWithFlag()510 assert(Scope.isNormalCleanup()); in CreateNormalEntry()692 assert(!Scope.isNormalCleanup() || !HasPrebranchedFallthrough || in PopCleanupBlock()698 if (Scope.isNormalCleanup() && in PopCleanupBlock()705 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) { in PopCleanupBlock()762 if (Scope.isNormalCleanup()) in PopCleanupBlock()1130 assert(Scope.isNormalCleanup()); in EmitBranchThroughCleanup()1218 if (Scope.isNormalCleanup() && in SetupCleanupBlockActivation()1283 if (!Scope.isNormalCleanup() && getLangOpts().EHAsynch) { in DeactivateCleanupBlock()
311 bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; } in isNormalCleanup() function