Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp878 llvm::SmallVector<Cleanup, 16> CleanupStack; member in __anonfb577fba0411::EvalInfo
1170 llvm::erase_if(CleanupStack, [](Cleanup &C) { in performLifetimeExtension()
1179 for (Cleanup &C : CleanupStack) { in discardCleanups()
1181 CleanupStack.clear(); in discardCleanups()
1185 CleanupStack.clear(); in discardCleanups()
1425 : Info(Info), OldStackSize(Info.CleanupStack.size()) { in ScopeRAII()
1445 assert(OldStackSize <= Info.CleanupStack.size() && in cleanup()
1451 for (unsigned I = Info.CleanupStack.size(); I > OldStackSize; --I) { in cleanup()
1452 if (Info.CleanupStack[I - 1].isDestroyedAtEndOf(Kind)) { in cleanup()
1453 if (!Info.CleanupStack[I - 1].endLifetime(Info, RunDestructors)) { in cleanup()
[all …]