Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp618 std::stack<bool> theInWhileStack; member in zorba::TranslatorImpl
5893 theInWhileStack.push(true); in begin_visit()
5924 theInWhileStack.pop(); in end_visit()
5948 if (theInWhileStack.empty()) in end_visit()
5957 if (theInWhileStack.empty()) in end_visit()