Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp905 unsigned OldStackSize; member in __anonf3f43a050111::ScopeRAII
908 : Info(Info), OldStackSize(Info.CleanupStack.size()) {} in ScopeRAII()
912 cleanup(Info, OldStackSize); in ~ScopeRAII()
915 static void cleanup(EvalInfo &Info, unsigned OldStackSize) { in cleanup() argument
916 unsigned NewEnd = OldStackSize; in cleanup()
917 for (unsigned I = OldStackSize, N = Info.CleanupStack.size(); in cleanup()