Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h463 EHScopeStack::stable_iterator CleanupStackDepth; variable
481 CleanupStackDepth = CGF.EHStack.stable_begin(); in RunCleanupsScope()
493 CGF.PopCleanupBlocks(CleanupStackDepth, in ~RunCleanupsScope()
500 return CGF.EHStack.stable_begin() != CleanupStackDepth; in requiresCleanups()
508 CGF.PopCleanupBlocks(CleanupStackDepth, in ForceCleanup()