Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp246 unsigned IgnoredStackElements = 0; member in __anon8e68b8fa0111::DSAStackTy
253 : Stack.back().first.rbegin() + IgnoredStackElements; in begin()
261 : Stack.back().first.rbegin() + IgnoredStackElements; in begin()
272 Stack.back().first.size() <= IgnoredStackElements; in isStackEmpty()
276 : Stack.back().first.size() - IgnoredStackElements; in getStackSize()
399 assert(!IgnoredStackElements && in push()
409 assert(!IgnoredStackElements && in pop()
431 --Self.IgnoredStackElements; in disable()
437 ++Self.IgnoredStackElements; in enable()
471 assert(!IgnoredStackElements && in pushFunction()
[all …]