Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenFunction.h452 EHScopeStack::stable_iterator CleanupStackDepth; variable
470 CleanupStackDepth = CGF.EHStack.stable_begin(); in RunCleanupsScope()
482 CGF.PopCleanupBlocks(CleanupStackDepth, in ~RunCleanupsScope()
489 return CGF.EHStack.stable_begin() != CleanupStackDepth; in requiresCleanups()
497 CGF.PopCleanupBlocks(CleanupStackDepth, in ForceCleanup()