Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.cpp313 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()
H A DCGCleanup.h311 bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; } in isNormalCleanup() function