Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp251 unsigned IgnoredStackElements = 0; member in __anon95b22cd90111::DSAStackTy
258 : Stack.back().first.rbegin() + IgnoredStackElements; in begin()
266 : Stack.back().first.rbegin() + IgnoredStackElements; in begin()
277 Stack.back().first.size() <= IgnoredStackElements; in isStackEmpty()
281 : Stack.back().first.size() - IgnoredStackElements; in getStackSize()
404 assert(!IgnoredStackElements && in push()
414 assert(!IgnoredStackElements && in pop()
436 --Self.IgnoredStackElements; in disable()
442 ++Self.IgnoredStackElements; in enable()
476 assert(!IgnoredStackElements && in pushFunction()
[all …]