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.cpp859 llvm::SmallVector<Cleanup, 16> CleanupStack; member in __anonfb577fba0411::EvalInfo
1150 llvm::erase_if(CleanupStack, [](Cleanup &C) { in performLifetimeExtension()
1159 for (Cleanup &C : CleanupStack) { in discardCleanups()
1161 CleanupStack.clear(); in discardCleanups()
1165 CleanupStack.clear(); in discardCleanups()
1405 : Info(Info), OldStackSize(Info.CleanupStack.size()) { in ScopeRAII()
1425 assert(OldStackSize <= Info.CleanupStack.size() && in cleanup()
1431 for (unsigned I = Info.CleanupStack.size(); I > OldStackSize; --I) { in cleanup()
1432 if (Info.CleanupStack[I - 1].isDestroyedAtEndOf(Kind)) { in cleanup()
1433 if (!Info.CleanupStack[I - 1].endLifetime(Info, RunDestructors)) { in cleanup()
[all …]