Home
last modified time | relevance | path

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

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