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.cpp1402 unsigned OldStackSize; member in __anonfb577fba0411::ScopeRAII
1405 : Info(Info), OldStackSize(Info.CleanupStack.size()) { in ScopeRAII()
1411 bool OK = cleanup(Info, RunDestructors, OldStackSize); in destroy()
1412 OldStackSize = -1U; in destroy()
1416 if (OldStackSize != -1U) in ~ScopeRAII()
1424 unsigned OldStackSize) { in cleanup() argument
1425 assert(OldStackSize <= Info.CleanupStack.size() && in cleanup()
1431 for (unsigned I = Info.CleanupStack.size(); I > OldStackSize; --I) { in cleanup()
1441 auto NewEnd = Info.CleanupStack.begin() + OldStackSize; in cleanup()