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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp1345 unsigned OldStackSize; member in class:__anon320::ScopeRAII
1348 : Info(Info), OldStackSize(Info.CleanupStack.size()) {
1354 bool OK = cleanup(Info, RunDestructors, OldStackSize);
1355 OldStackSize = -1U;
1359 if (OldStackSize != -1U)
1367 unsigned OldStackSize) {
1368 assert(OldStackSize <= Info.CleanupStack.size() &&
1374 for (unsigned I = Info.CleanupStack.size(); I > OldStackSize; --I) {
1384 auto NewEnd = Info.CleanupStack.begin() + OldStackSize;
1366 cleanup(EvalInfo &Info, bool RunDestructors, unsigned OldStackSize) argument

Completed in 915 milliseconds