Searched refs:isNormalCleanup (Results 1 – 2 of 2) sorted by relevance
313 if (cleanup.isNormalCleanup()) cleanup.setTestFlagInNormalCleanup(); in initFullExprCleanupWithFlag()522 assert(Scope.isNormalCleanup()); in CreateNormalEntry()704 assert(!Scope.isNormalCleanup() || !HasPrebranchedFallthrough || in PopCleanupBlock()710 if (Scope.isNormalCleanup() && in PopCleanupBlock()717 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) { in PopCleanupBlock()774 if (Scope.isNormalCleanup()) in PopCleanupBlock()1141 assert(Scope.isNormalCleanup()); in EmitBranchThroughCleanup()1229 if (Scope.isNormalCleanup() && in SetupCleanupBlockActivation()1294 if (!Scope.isNormalCleanup() && getLangOpts().EHAsynch) { in DeactivateCleanupBlock()
311 bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; } in isNormalCleanup() function