Searched refs:OldStackSize (Results 1 – 1 of 1) sorted by relevance
1341 unsigned OldStackSize; member in __anon7a1fdcea0311::ScopeRAII1344 : Info(Info), OldStackSize(Info.CleanupStack.size()) { in ScopeRAII()1350 bool OK = cleanup(Info, RunDestructors, OldStackSize); in destroy()1351 OldStackSize = -1U; in destroy()1355 if (OldStackSize != -1U) in ~ScopeRAII()1363 unsigned OldStackSize) { in cleanup() argument1364 assert(OldStackSize <= Info.CleanupStack.size() && in cleanup()1370 for (unsigned I = Info.CleanupStack.size(); I > OldStackSize; --I) { in cleanup()1380 auto NewEnd = Info.CleanupStack.begin() + OldStackSize; in cleanup()