Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1422 unsigned OldStackSize; member in __anonfb577fba0411::ScopeRAII
1425 : Info(Info), OldStackSize(Info.CleanupStack.size()) { in ScopeRAII()
1431 bool OK = cleanup(Info, RunDestructors, OldStackSize); in destroy()
1432 OldStackSize = std::numeric_limits<unsigned>::max(); in destroy()
1436 if (OldStackSize != std::numeric_limits<unsigned>::max()) in ~ScopeRAII()
1444 unsigned OldStackSize) { in cleanup() argument
1445 assert(OldStackSize <= Info.CleanupStack.size() && in cleanup()
1451 for (unsigned I = Info.CleanupStack.size(); I > OldStackSize; --I) { in cleanup()
1461 auto NewEnd = Info.CleanupStack.begin() + OldStackSize; in cleanup()