Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h484 EHScopeStack::stable_iterator CleanupStackDepth; variable
502 CleanupStackDepth = CGF.EHStack.stable_begin(); in RunCleanupsScope()
514 CGF.PopCleanupBlocks(CleanupStackDepth, in ~RunCleanupsScope()
521 return CGF.EHStack.stable_begin() != CleanupStackDepth; in requiresCleanups()
529 CGF.PopCleanupBlocks(CleanupStackDepth, in ForceCleanup()