Searched refs:OldStackSize (Results 1 – 1 of 1) sorted by relevance
905 unsigned OldStackSize; member in __anonf3f43a050111::ScopeRAII908 : Info(Info), OldStackSize(Info.CleanupStack.size()) {} in ScopeRAII()912 cleanup(Info, OldStackSize); in ~ScopeRAII()915 static void cleanup(EvalInfo &Info, unsigned OldStackSize) { in cleanup() argument916 unsigned NewEnd = OldStackSize; in cleanup()917 for (unsigned I = OldStackSize, N = Info.CleanupStack.size(); in cleanup()