Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1152 unsigned OldStackSize; member in __anon24b4dfe90111::ScopeRAII
1155 : Info(Info), OldStackSize(Info.CleanupStack.size()) { in ScopeRAII()
1163 cleanup(Info, OldStackSize); in ~ScopeRAII()
1167 static void cleanup(EvalInfo &Info, unsigned OldStackSize) { in cleanup() argument
1168 unsigned NewEnd = OldStackSize; in cleanup()
1169 for (unsigned I = OldStackSize, N = Info.CleanupStack.size(); in cleanup()