Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp238 unsigned IgnoredStackElements = 0; member in __anon296aa5740111::DSAStackTy
245 : Stack.back().first.rbegin() + IgnoredStackElements; in begin()
253 : Stack.back().first.rbegin() + IgnoredStackElements; in begin()
264 Stack.back().first.size() <= IgnoredStackElements; in isStackEmpty()
268 : Stack.back().first.size() - IgnoredStackElements; in getStackSize()
391 assert(!IgnoredStackElements && in push()
401 assert(!IgnoredStackElements && in pop()
423 --Self.IgnoredStackElements; in disable()
429 ++Self.IgnoredStackElements; in enable()
463 assert(!IgnoredStackElements && in pushFunction()
[all …]