Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp1344 unsigned OldStackSize; member in __anond52d8a670411::ScopeRAII
1347 : Info(Info), OldStackSize(Info.CleanupStack.size()) { in ScopeRAII()
1353 bool OK = cleanup(Info, RunDestructors, OldStackSize); in destroy()
1354 OldStackSize = -1U; in destroy()
1358 if (OldStackSize != -1U) in ~ScopeRAII()
1366 unsigned OldStackSize) { in cleanup() argument
1367 assert(OldStackSize <= Info.CleanupStack.size() && in cleanup()
1373 for (unsigned I = Info.CleanupStack.size(); I > OldStackSize; --I) { in cleanup()
1383 auto NewEnd = Info.CleanupStack.begin() + OldStackSize; in cleanup()