Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp578 std::stack<csize> theSctxIdStack; member in zorba::TranslatorImpl
955 theSctxIdStack.push(sctxid()); in push_scope()
984 theCurrSctxId = theSctxIdStack.top(); in pop_scope()
986 theSctxIdStack.pop(); in pop_scope()