Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp248 unsigned IgnoredStackElements = 0; member in __anon1dd12e440111::DSAStackTy
255 : Stack.back().first.rbegin() + IgnoredStackElements; in begin()
263 : Stack.back().first.rbegin() + IgnoredStackElements; in begin()
274 Stack.back().first.size() <= IgnoredStackElements; in isStackEmpty()
278 : Stack.back().first.size() - IgnoredStackElements; in getStackSize()
401 assert(!IgnoredStackElements && in push()
411 assert(!IgnoredStackElements && in pop()
433 --Self.IgnoredStackElements; in disable()
439 ++Self.IgnoredStackElements; in enable()
473 assert(!IgnoredStackElements && in pushFunction()
[all …]