Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp241 unsigned IgnoredStackElements = 0; member in __anona08a17510111::DSAStackTy
248 : Stack.back().first.rbegin() + IgnoredStackElements; in begin()
256 : Stack.back().first.rbegin() + IgnoredStackElements; in begin()
267 Stack.back().first.size() <= IgnoredStackElements; in isStackEmpty()
271 : Stack.back().first.size() - IgnoredStackElements; in getStackSize()
394 assert(!IgnoredStackElements && in push()
404 assert(!IgnoredStackElements && in pop()
426 --Self.IgnoredStackElements; in disable()
432 ++Self.IgnoredStackElements; in enable()
466 assert(!IgnoredStackElements && in pushFunction()
[all …]