Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp1341 unsigned OldStackSize; member in __anon7a1fdcea0311::ScopeRAII
1344 : Info(Info), OldStackSize(Info.CleanupStack.size()) { in ScopeRAII()
1350 bool OK = cleanup(Info, RunDestructors, OldStackSize); in destroy()
1351 OldStackSize = -1U; in destroy()
1355 if (OldStackSize != -1U) in ~ScopeRAII()
1363 unsigned OldStackSize) { in cleanup() argument
1364 assert(OldStackSize <= Info.CleanupStack.size() && in cleanup()
1370 for (unsigned I = Info.CleanupStack.size(); I > OldStackSize; --I) { in cleanup()
1380 auto NewEnd = Info.CleanupStack.begin() + OldStackSize; in cleanup()