Lines Matching refs:IgnoredStackElements
218 unsigned IgnoredStackElements = 0; member in __anon5b04668f0111::DSAStackTy
225 : Stack.back().first.rbegin() + IgnoredStackElements; in begin()
233 : Stack.back().first.rbegin() + IgnoredStackElements; in begin()
244 Stack.back().first.size() <= IgnoredStackElements; in isStackEmpty()
248 : Stack.back().first.size() - IgnoredStackElements; in getStackSize()
371 assert(!IgnoredStackElements && in push()
381 assert(!IgnoredStackElements && in pop()
402 --Self.IgnoredStackElements; in disable()
408 ++Self.IgnoredStackElements; in enable()
443 assert(!IgnoredStackElements && in pushFunction()
451 assert(!IgnoredStackElements && in popFunction()