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

/external/clang/lib/AST/
H A DExprConstant.cpp763 unsigned OldStackSize; member in class:__anon17734::ScopeRAII
766 : Info(Info), OldStackSize(Info.CleanupStack.size()) {}
770 cleanup(Info, OldStackSize);
773 static void cleanup(EvalInfo &Info, unsigned OldStackSize) { argument
774 unsigned NewEnd = OldStackSize;
775 for (unsigned I = OldStackSize, N = Info.CleanupStack.size();

Completed in 145 milliseconds