Searched refs:OldStackSize (Results 1 – 1 of 1) sorted by relevance
1344 unsigned OldStackSize; member in __anond52d8a670411::ScopeRAII1347 : Info(Info), OldStackSize(Info.CleanupStack.size()) { in ScopeRAII()1353 bool OK = cleanup(Info, RunDestructors, OldStackSize); in destroy()1354 OldStackSize = -1U; in destroy()1358 if (OldStackSize != -1U) in ~ScopeRAII()1366 unsigned OldStackSize) { in cleanup() argument1367 assert(OldStackSize <= Info.CleanupStack.size() && in cleanup()1373 for (unsigned I = Info.CleanupStack.size(); I > OldStackSize; --I) { in cleanup()1383 auto NewEnd = Info.CleanupStack.begin() + OldStackSize; in cleanup()