Searched defs:OldStackSize (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExprConstant.cpp634 unsigned OldStackSize; member in class:__anon15117::ScopeRAII
637 : Info(Info), OldStackSize(Info.CleanupStack.size()) {}
641 cleanup(Info, OldStackSize);
644 static void cleanup(EvalInfo &Info, unsigned OldStackSize) { argument
645 unsigned NewEnd = OldStackSize;
646 for (unsigned I = OldStackSize, N = Info.CleanupStack.size();

Completed in 54 milliseconds