Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h483 EHScopeStack::stable_iterator CleanupStackDepth; variable
501 CleanupStackDepth = CGF.EHStack.stable_begin(); in RunCleanupsScope()
513 CGF.PopCleanupBlocks(CleanupStackDepth, in ~RunCleanupsScope()
520 return CGF.EHStack.stable_begin() != CleanupStackDepth; in requiresCleanups()
528 CGF.PopCleanupBlocks(CleanupStackDepth, in ForceCleanup()