Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1397 unsigned OldStackSize; member in __anon7ee061300411::ScopeRAII
1400 : Info(Info), OldStackSize(Info.CleanupStack.size()) { in ScopeRAII()
1406 bool OK = cleanup(Info, RunDestructors, OldStackSize); in destroy()
1407 OldStackSize = -1U; in destroy()
1411 if (OldStackSize != -1U) in ~ScopeRAII()
1419 unsigned OldStackSize) { in cleanup() argument
1420 assert(OldStackSize <= Info.CleanupStack.size() && in cleanup()
1426 for (unsigned I = Info.CleanupStack.size(); I > OldStackSize; --I) { in cleanup()
1436 auto NewEnd = Info.CleanupStack.begin() + OldStackSize; in cleanup()