Searched refs:isNormalCleanup (Results 1 – 2 of 2) sorted by relevance
318 if (cleanup.isNormalCleanup()) cleanup.setTestFlagInNormalCleanup(); in initFullExprCleanupWithFlag()527 assert(Scope.isNormalCleanup()); in CreateNormalEntry()709 assert(!Scope.isNormalCleanup() || !HasPrebranchedFallthrough || in PopCleanupBlock()715 if (Scope.isNormalCleanup() && in PopCleanupBlock()722 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) { in PopCleanupBlock()779 if (Scope.isNormalCleanup()) in PopCleanupBlock()1153 assert(Scope.isNormalCleanup()); in EmitBranchThroughCleanup()1241 if (Scope.isNormalCleanup() && in SetupCleanupBlockActivation()1306 if (!Scope.isNormalCleanup() && getLangOpts().EHAsynch) { in DeactivateCleanupBlock()
311 bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; } in isNormalCleanup() function