Searched refs:OldStackSize (Results 1 – 1 of 1) sorted by relevance
1397 unsigned OldStackSize; member in __anon7ee061300411::ScopeRAII1400 : 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() argument1420 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()